Age | Commit message (Expand) | Author | Files | Lines |
2002-02-11 | A few small winbind updates: | Andrew Bartlett | 3 | -25/+60 |
2002-02-09 | Bring printing in HEAD inline with 2.2.x and app-head. | Jeremy Allison | 3 | -297/+553 |
2002-02-09 | preparing for release of 3.0-alpha15 | Samba Release Account | 1 | -1/+1 |
2002-02-09 | Do the reverse DNS lookup, but only if 'hostname lookups = yes' | Andrew Bartlett | 1 | -5/+7 |
2002-02-08 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -1/+1 |
2002-02-08 | Fix up some of the DEBUG lines in winbind_pam.c | Andrew Bartlett | 1 | -8/+10 |
2002-02-07 | smbsh need CC not SHLD | Herb Lewis | 1 | -1/+1 |
2002-02-07 | when a trusted domain is down an ADS server will return a success on a | Andrew Tridgell | 1 | -2/+3 |
2002-02-06 | Try to get this finally working. (Note to self: *always* check build farm...) | Andrew Bartlett | 1 | -2/+2 |
2002-02-06 | Fix ldapmod list overrun check. Also better document and format ldap control... | Jim McDonough | 1 | -16/+13 |
2002-02-06 | 0x is the traditional prefix for displaying hex numbers. | Tim Potter | 1 | -2/+2 |
2002-02-06 | fix for IRIX toolroot builds | Herb Lewis | 2 | -315/+317 |
2002-02-05 | Fix use of uninitialsed variable in PAM code | Andrew Bartlett | 1 | -2/+2 |
2002-02-05 | See if we can get slightly valid C for the non-PAM case here. | Andrew Bartlett | 1 | -2/+2 |
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 8 | -301/+664 |
2002-02-05 | got rid of a silly '*' in printout | Andrew Tridgell | 1 | -1/+0 |
2002-02-05 | - only show 1 cleanup msg per client | Andrew Tridgell | 2 | -7/+17 |
2002-02-05 | fixed the directory removal for when the dir doesn't exit | Andrew Tridgell | 1 | -1/+1 |
2002-02-05 | Fix stupid typo ! | Jeremy Allison | 1 | -1/+1 |
2002-02-05 | rewrote smbtorture to use the new dbench 2 format and methods | Andrew Tridgell | 2 | -187/+228 |
2002-02-05 | check for empty parameters in qpathinfo | Andrew Tridgell | 1 | -0/+4 |
2002-02-05 | support double functions | Andrew Tridgell | 1 | -1/+1 |
2002-02-05 | fixed a bug in qpathinfo client code | Andrew Tridgell | 1 | -4/+6 |
2002-02-04 | better debug messages! | Simo Sorce | 2 | -8/+9 |
2002-02-03 | Make smbgroupedit a little easier on the user. | Andrew Bartlett | 1 | -15/+59 |
2002-02-02 | Change ADS_ERROR family of macros - removed semicolon from the end, since the... | Jim McDonough | 1 | -4/+4 |
2002-02-02 | Update for function name changes, plus do some of the optional attributes on ... | Jim McDonough | 1 | -6/+17 |
2002-02-02 | merge in some changes from Alexey Kotovich. Return ADS_STATUS instead of BOO... | Jim McDonough | 1 | -33/+88 |
2002-02-02 | Add support for net ads printer to publish, remove, or display printer info i... | Jim McDonough | 1 | -0/+167 |
2002-02-02 | Minor bug fixes, plus support to remove a printer. Commented out optional at... | Jim McDonough | 2 | -16/+91 |
2002-02-01 | update from 2.2 | Simo Sorce | 1 | -2/+3 |
2002-02-01 | Add ads printer information | Jim McDonough | 1 | -0/+55 |
2002-02-01 | Fix build errors on non-ldap systems...change function parms from LDAPMod ** ... | Jim McDonough | 2 | -25/+28 |
2002-02-01 | Fix file header description and copyright (from cut-and-paste laziness) | Jim McDonough | 1 | -3/+1 |
2002-02-01 | Add ldap_printer.c build for ADS printer objects. | Jim McDonough | 1 | -1/+2 |
2002-02-01 | Module for ADS operations on a printer object in the directory. Initially it... | Jim McDonough | 1 | -0/+133 |
2002-02-01 | Add functions for modifying an entry in ADS. Needed for printer publishing. | Jim McDonough | 1 | -1/+118 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 13 | -36/+71 |
2002-01-31 | reduced memory usage in winbindd with a rpc backend by using a | Andrew Tridgell | 1 | -6/+11 |
2002-01-31 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2002-01-31 | added 'wbinfo --sequence' to show sequence numbers of all domains | Andrew Tridgell | 5 | -0/+67 |
2002-01-31 | Added administrator access check for server side add, delete and setform | Tim Potter | 1 | -10/+34 |
2002-01-31 | Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM. | Tim Potter | 1 | -1/+42 |
2002-01-31 | Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking. | Andrew Bartlett | 1 | -6/+14 |
2002-01-31 | Added addform, setform and deleteform cli functions. | Tim Potter | 1 | -0/+164 |
2002-01-31 | Added addform, setform and deleteform commands. The only one I could get | Tim Potter | 1 | -4/+169 |
2002-01-31 | Added some constants for the flags field in the FORM_1 structure. | Tim Potter | 1 | -1/+5 |
2002-01-31 | Added constant for WERR_FILE_EXISTS. | Tim Potter | 1 | -0/+1 |
2002-01-31 | this fixes the problem of not being able to add a SD to a file on a | Andrew Tridgell | 2 | -4/+1 |
2002-01-30 | preparing for release of 3.0-alpha14 | Samba Release Account | 1 | -1/+1 |