2002-10-18 |
Jim McDonough | Fix build. Extra parm was added to cli_full_connection...
|
commit | commitdiff | tree |
2002-08-16 |
Jim McDonough | Re-add the last empty item to the NTLMSSP info list...
|
commit | commitdiff | tree |
2002-08-15 |
Jim McDonough | Fix NTLMSSP challenge command and auth response. We...
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Use byteorder.h macros
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Update secrets_fetch_domain_guid to generate and store...
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Allow ADS PDC to exist
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Add lib/util_uuid.c to build.
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Code to generate uuids for ADS setups. Uses our random...
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Add lsaqueryinfo2, but keep under "lsaquery" command...
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Add lsa 0x2e (queryinfo2) client side
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Use samr connect4, then fall back to samr connect if...
|
commit | commitdiff | tree |
2002-08-12 |
Jim McDonough | Add client side support for samr connect4 (0x3e). ...
|
commit | commitdiff | tree |
2002-08-07 |
Jim McDonough | Hmm, had too many objects added last time in the nmbd...
|
commit | commitdiff | tree |
2002-08-06 |
Jim McDonough | Ooops...forgot to put this in with the new nmbd samlogon...
|
commit | commitdiff | tree |
2002-08-06 |
Jim McDonough | Add AD version of samlogon replies for getdc. ATM...
|
commit | commitdiff | tree |
2002-08-06 |
Jim McDonough | Add SAMR 0x3e, which is samr_connect4. Seems to be...
|
commit | commitdiff | tree |
2002-08-02 |
Jim McDonough | Fix length on mailslots. Looks like it should have...
|
commit | commitdiff | tree |
2002-07-30 |
Jim McDonough | Fix the build for now..
|
commit | commitdiff | tree |
2002-07-30 |
Jim McDonough | Add LSA RPC 0x2E, lsa_query_info2. Only level implemented...
|
commit | commitdiff | tree |
2002-07-08 |
Jim McDonough | Fix length in snprintf invocation to account for "dn...
|
commit | commitdiff | tree |
2002-06-28 |
Jim McDonough | Const cleanup...should only be 2 warnings left from...
|
commit | commitdiff | tree |
2002-06-26 |
Jim McDonough | Re-enable kernel change notification on s390 as it...
|
commit | commitdiff | tree |
2002-06-26 |
Jim McDonough | Reduce compiler warnings.
|
commit | commitdiff | tree |
2002-06-24 |
Jim McDonough | Support utf8 on the wire for ads ldap. DN's are converted...
|
commit | commitdiff | tree |
2002-06-05 |
Jim McDonough | merge 390 kernel workaround from SAMBA_2_2.
|
commit | commitdiff | tree |
2002-06-03 |
Jim McDonough | Move session gathering routine back into session.c...
|
commit | commitdiff | tree |
2002-06-03 |
Jim McDonough | Fix netsessenum RPC. Correctly respond with as much...
|
commit | commitdiff | tree |
2002-06-03 |
Jim McDonough | Add user name to netsessenum RPC to stop 1783 messages...
|
commit | commitdiff | tree |
2002-06-03 |
Jim McDonough | Add user name to netsessenum RPC to stop 1783 messages
|
commit | commitdiff | tree |
2002-06-03 |
Jim McDonough | Since includes.h isn't included here, VA_COPY has to...
|
commit | commitdiff | tree |
2002-06-01 |
Jim McDonough | Add remainder of net rpc file subcommands, and autoselect...
|
commit | commitdiff | tree |
2002-06-01 |
Jim McDonough | Update for new interface to netfileenum
|
commit | commitdiff | tree |
2002-06-01 |
Jim McDonough | Add rpc for file close, expand file enum to take username
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | Enable all net rpc share subcommands and autoselect...
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | Add netshareadd and netsharedel client side rpc
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | Add fns for netshareadd and netsharedel rpcs
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | Add error index to netshareadd rpc.
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | Enable net rpc share and net rpc file commands (list...
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | Update netfileenum to new api.
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | Update netfileenum on both client and server sides...
|
commit | commitdiff | tree |
2002-05-31 |
Jim McDonough | netfileenum was missing the username filter.
|
commit | commitdiff | tree |
2002-05-23 |
Jim McDonough | Looks like abartlet got a bit overexcited about using...
|
commit | commitdiff | tree |
2002-05-23 |
Jim McDonough | Allow initial password set on net ads user add. I...
|
commit | commitdiff | tree |
2002-05-17 |
Jim McDonough | Don't forget the semicolon, you fool!
|
commit | commitdiff | tree |
2002-05-17 |
Jim McDonough | Fix usage of va_list passed as an arg. Use __va_copy...
|
commit | commitdiff | tree |
2002-05-17 |
Jim McDonough | Add an item about the __va_copy macro to prevent SEGV...
|
commit | commitdiff | tree |
2002-05-16 |
Jim McDonough | Fix for non-__va_copy systems. I had used AC_TRY_COMPILE...
|
commit | commitdiff | tree |
2002-05-16 |
Jim McDonough | Add __va_copy to talloc functions. talloc_asprintf...
|
commit | commitdiff | tree |
2002-05-16 |
Jim McDonough | Add configure support for __va_copy, which is required...
|
commit | commitdiff | tree |
2002-05-15 |
Jim McDonough | Added ability to lookup ldap server, kdc, dc, and master...
|
commit | commitdiff | tree |
2002-05-13 |
Jim McDonough | Add auto-detect of time server. Uses master browser.
|
commit | commitdiff | tree |
2002-05-10 |
Jim McDonough | Ok, ok, I was too impatient...
|
commit | commitdiff | tree |
2002-05-10 |
Jim McDonough | Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPG...
|
commit | commitdiff | tree |
2002-05-09 |
Jim McDonough | Converged net group command.
|
commit | commitdiff | tree |
2002-05-09 |
Jim McDonough | Add ads group add and delete, allowing converged net...
|
commit | commitdiff | tree |
2002-05-09 |
Jim McDonough | Start of net rpc group command. List only right now...
|
commit | commitdiff | tree |
2002-05-09 |
Jim McDonough | Converged help on net group command.
|
commit | commitdiff | tree |
2002-05-09 |
Jim McDonough | Add ads group account add function.
|
commit | commitdiff | tree |
2002-04-10 |
Jim McDonough | Rename of ads_do_search_all2() to ads_do_search_all...
|
commit | commitdiff | tree |
2002-04-10 |
Jim McDonough | Add a few option externs for net_ads.c
|
commit | commitdiff | tree |
2002-04-10 |
Jim McDonough | A few more updates:
|
commit | commitdiff | tree |
2002-04-10 |
Jim McDonough | Add ads ldap server controls
|
commit | commitdiff | tree |
2002-04-05 |
Jim McDonough | Use the new ads_do_search_all2 function. It provides...
|
commit | commitdiff | tree |
2002-04-05 |
Jim McDonough | Several updates to get server side sorting going:
|
commit | commitdiff | tree |
2002-04-05 |
Jim McDonough | add utils/net_help.c to bin/net build
|
commit | commitdiff | tree |
2002-04-05 |
Jim McDonough | Lots more net consistency work:
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Multiple changes:
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Cleanups to make auto-detection of method on net user...
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | More updates for auto-detecting server connection method...
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Add non-ads version of net_ads_help for build on non...
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Correct error string function call to ads_errstr()
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Try harder next time to not duplicate function...take...
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Add ability to get specific net ads subcommand help...
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Add net ads user subcommands: add delete info. Also...
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Add libads/ldap_user.c to build for ads user management.
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Contains functions to manage/view AD user accounts...
|
commit | commitdiff | tree |
2002-04-04 |
Jim McDonough | Add ads_err2string() function for generating error...
|
commit | commitdiff | tree |
2002-03-29 |
Jim McDonough | Re-implemented net ads user and net ads group to use...
|
commit | commitdiff | tree |
2002-03-29 |
Jim McDonough | Added ads_process_results(), which takes a function...
|
commit | commitdiff | tree |
2002-03-28 |
Jim McDonough | Refresh from sgml source. HTML doesn't come out ok...
|
commit | commitdiff | tree |
2002-03-27 |
Jim McDonough | Updated for long flags from popt conversion, as well...
|
commit | commitdiff | tree |
2002-03-27 |
Jim McDonough | Update smbstatus manpage source. Includes corrections...
|
commit | commitdiff | tree |
2002-03-27 |
Jim McDonough | Whoops, left the paged control not critical in the...
|
commit | commitdiff | tree |
2002-03-27 |
Jim McDonough | Add server control to prevent referrals in paged searches...
|
commit | commitdiff | tree |
2002-03-16 |
Jim McDonough | Fix build for non-ads case
|
commit | commitdiff | tree |
2002-03-16 |
Jim McDonough | Don't use // even temporarily, lest ye forget it and...
|
commit | commitdiff | tree |
2002-03-15 |
Jim McDonough | Change new style join function name for clarity in...
|
commit | commitdiff | tree |
2002-03-15 |
Jim McDonough | Change net rpc join several ways: \n\t1) expose \n...
|
commit | commitdiff | tree |
2002-03-15 |
Jim McDonough | Expose net_ads_join to allow for auto-transport-detection...
|
commit | commitdiff | tree |
2002-03-15 |
Jim McDonough | Add autodetect for net join, as well as some more help...
|
commit | commitdiff | tree |
2002-03-15 |
Jim McDonough | Some help cleanups. Formatting and consistency issues...
|
commit | commitdiff | tree |
2002-03-14 |
Jim McDonough | Add paged search requests to net ads user and net ads...
|
commit | commitdiff | tree |
2002-03-14 |
Jim McDonough | This adds the Paged Result Control to ads searching...
|
commit | commitdiff | tree |
2002-03-12 |
Jim McDonough | Yet another build fix for popt. I gotta get me one...
|
commit | commitdiff | tree |
2002-03-12 |
Jim McDonough | Missing comma from systems that have ACLs.
|
commit | commitdiff | tree |
2002-03-12 |
Jim McDonough | Aack. Don't change too much. vfs.c still won't build...
|
commit | commitdiff | tree |
2002-03-11 |
Jim McDonough | Another program converted to popt...smbstatus this...
|
commit | commitdiff | tree |
2002-03-08 |
Jim McDonough | Swap order of close brace and done: tag to appease...
|
commit | commitdiff | tree |
2002-03-08 |
Jim McDonough | One more fix to get popt to work for some compilers...
|
commit | commitdiff | tree |
2002-03-07 |
Jim McDonough | Update Makefile.in for rpcclient build on machines...
|
commit | commitdiff | tree |