| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add indent argument to put function name and type on same line - | Jelmer Vernooij | 2002-08-11 | 1 | -1/+1 |
| * | Update CodingSuggestions to include 'indent' arguments for the samba coding | Jelmer Vernooij | 2002-08-11 | 1 | -2/+14 |
| * | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 2002-08-11 | 12 | -26/+16 |
| * | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 2002-08-10 | 6 | -34/+60 |
| * | one line merge from APP_HEAD | Gerald Carter | 2002-08-08 | 1 | -1/+1 |
| * | delete printer driver fix from APP_HEAD | Gerald Carter | 2002-08-08 | 1 | -14/+37 |
| * | printing change notification merge from APPLIANCE_HEAD | Gerald Carter | 2002-08-08 | 6 | -136/+244 |
| * | Samba dependency hell claim's another victim... | Andrew Bartlett | 2002-08-08 | 3 | -839/+824 |
| * | Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD. | Tim Potter | 2002-08-08 | 5 | -0/+236 |
| * | Hmm, had too many objects added last time in the nmbd changes. Don't | Jim McDonough | 2002-08-07 | 1 | -2/+1 |
| * | Patch from Steve Langasek <vorlon@netexpress.net> to split up our -l | Andrew Bartlett | 2002-08-07 | 3 | -836/+848 |
| * | Add 'const' to the function prototypes to match the recent commit. | Andrew Bartlett | 2002-08-07 | 1 | -2/+2 |
| * | Add some more const :-) | Andrew Bartlett | 2002-08-07 | 1 | -3/+3 |
| * | Add const to a pile of const to *DOM_SID paramaters. | Andrew Bartlett | 2002-08-07 | 5 | -7/+7 |
| * | Ooops...forgot to put this in with the new nmbd samlogon response code. | Jim McDonough | 2002-08-06 | 1 | -1/+2 |
| * | Add AD version of samlogon replies for getdc. ATM it will only function | Jim McDonough | 2002-08-06 | 3 | -11/+127 |
| * | Add SAMR 0x3e, which is samr_connect4. Seems to be the same as our | Jim McDonough | 2002-08-06 | 4 | -10/+171 |
| * | Try to bind with LDAPv3 if possible. | Andrew Bartlett | 2002-08-06 | 1 | -7/+19 |
| * | Back out idra's change (at his request) - the values in the tdb *should* be | Andrew Bartlett | 2002-08-06 | 1 | -1/+1 |
| * | fixed 'net ads chostpass' for new ads structures | Andrew Tridgell | 2002-08-06 | 1 | -1/+11 |
| * | when using netbios lookup methods make sure we try any BDCs even if | Andrew Tridgell | 2002-08-06 | 1 | -9/+21 |
| * | fixed a memory corruption bug in ads_try_dns() | Andrew Tridgell | 2002-08-06 | 1 | -3/+3 |
| * | Compile fix for new cli_lsa_enum_trust_dom() argument list. | Tim Potter | 2002-08-06 | 1 | -2/+2 |
| * | fixed a memory corruption bug in the wins code | Andrew Tridgell | 2002-08-06 | 1 | -1/+1 |
| * | added 'net rpc testjoin' and 'net ads testjoin' commands | Andrew Tridgell | 2002-08-05 | 3 | -20/+125 |
| * | Spelling fix. | Tim Potter | 2002-08-05 | 1 | -1/+1 |
| * | fixed wbinfo -t for netbiosless domains | Andrew Tridgell | 2002-08-05 | 1 | -1/+7 |
| * | I must have missed this when I was adding 'const' to these earlier... | Andrew Bartlett | 2002-08-05 | 1 | -1/+1 |
| * | Try to make this easier to debug - display the username that failed. | Andrew Bartlett | 2002-08-05 | 1 | -1/+1 |
| * | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 2002-08-05 | 24 | -362/+629 |
| * | passwords where not checked (you cannot check if the same buffer differs from... | Simo Sorce | 2002-08-04 | 1 | -6/+18 |
| * | commented out strupper before key check against internal db, it's no good | Simo Sorce | 2002-08-04 | 1 | -1/+1 |
| * | Now that I got the function arguments sane, remove the silly (void **) casts | Andrew Bartlett | 2002-08-04 | 1 | -9/+9 |
| * | fixed a bug where we were truncating the returned names in a netbios | Andrew Tridgell | 2002-08-03 | 1 | -1/+1 |
| * | fix log level, set a default, and also copy the value set in smb.conf into pa... | Simo Sorce | 2002-08-03 | 2 | -10/+13 |
| * | Fix length on mailslots. Looks like it should have been 0x17, not decimal 17. | Jim McDonough | 2002-08-02 | 1 | -1/+1 |
| * | Moved rpc client routines from libsmb back to rpc_client where they belong. | Tim Potter | 2002-08-02 | 16 | -7671/+3635 |
| * | Added connect, session_request, session_setup and tconx methods. | Tim Potter | 2002-08-02 | 1 | -21/+138 |
| * | Broke out unpacking of a username/password stored in a Python | Tim Potter | 2002-08-02 | 2 | -28/+74 |
| * | Merge of print notify fixes from APPLIANCE_HEAD. | Tim Potter | 2002-08-02 | 3 | -6/+27 |
| * | Fixed compiler warning. | Tim Potter | 2002-08-01 | 1 | -1/+1 |
| * | make sure we null terminate plaintext passwords | Andrew Tridgell | 2002-08-01 | 1 | -1/+1 |
| * | Add the current working document on the interface to the tree that we have | Andrew Bartlett | 2002-07-31 | 1 | -0/+123 |
| * | Let everybody enjoy my new toy - make it the default! | Andrew Bartlett | 2002-07-31 | 1 | -2/+2 |
| * | Winbind updates! | Andrew Bartlett | 2002-07-31 | 9 | -51/+201 |
| * | Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, nor | Andrew Bartlett | 2002-07-31 | 1 | -18/+11 |
| * | fixed the length checking for plaintext passwords (thanks to andrewb | Andrew Tridgell | 2002-07-31 | 1 | -2/+11 |
| * | Don't accidenity mess with the wrong domain's sids. | Andrew Bartlett | 2002-07-31 | 1 | -2/+2 |
| * | fix debug, at idra's suggestion. | Andrew Bartlett | 2002-07-31 | 1 | -1/+1 |
| * | Only allow 'security=ads' when we HAVE_ADS. | Andrew Bartlett | 2002-07-31 | 1 | -0/+2 |