Age | Commit message (Expand) | Author | Files | Lines |
2001-07-05 | Fix for enumerating large numbers of users. | Jeremy Allison | 1 | -33/+48 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 4 | -11/+11 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 8 | -80/+50 |
2001-07-02 | Fixed extra file_free calls - my fault :-(. | Jeremy Allison | 1 | -2/+0 |
2001-07-02 | This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where we | Andrew Bartlett | 1 | -2/+0 |
2001-06-29 | Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>. | Jeremy Allison | 2 | -0/+62 |
2001-06-29 | From JF.... | Jeremy Allison | 1 | -19/+25 |
2001-06-26 | SGI compiler fixes. | Herb Lewis | 2 | -13/+1 |
2001-06-25 | Cosmetic fixups found while playing with the server manager. Added support | Tim Potter | 2 | -0/+50 |
2001-06-22 | Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(), | Jeremy Allison | 1 | -4/+4 |
2001-06-21 | Merging Gerry's spoolss changes. | Jeremy Allison | 1 | -0/+33 |
2001-06-20 | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 2 | -9/+35 |
2001-06-19 | Only try and open a directory if we get EISDIR. | Jeremy Allison | 1 | -4/+8 |
2001-06-19 | Fixed typo in debug message. | Tim Potter | 1 | -1/+1 |
2001-06-19 | rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0. | Jeremy Allison | 1 | -1/+1 |
2001-06-18 | Fix for assert fail - left over when moved to dynamic allocation. | Jeremy Allison | 1 | -3/+1 |
2001-06-18 | Added patches to remove Linux specific XFS ACLs. These are now handled by the | Jeremy Allison | 1 | -4/+0 |
2001-06-18 | Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory support | Jeremy Allison | 1 | -6/+16 |
2001-06-16 | Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch. | Jeremy Allison | 2 | -0/+229 |
2001-06-13 | Make message receive fn static. | Jeremy Allison | 1 | -1/+1 |
2001-06-12 | Fixed typo in debug message. | Tim Potter | 1 | -1/+1 |
2001-06-06 | Added getconf flags for RH7.1 lfs support. Changed while() to a for() | Jeremy Allison | 1 | -11/+4 |
2001-06-05 | Merge of lsa_lookup_names() i18n bugfix from appliance. | Tim Potter | 1 | -0/+5 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -1/+1 |
2001-06-02 | Merge of i18n domain name fix for lsa_query_info_policy() from appliance | Tim Potter | 1 | -9/+13 |
2001-06-02 | i18n bugfix merge from appliance. | Tim Potter | 1 | -1/+6 |
2001-05-29 | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 1 | -8/+27 |
2001-05-24 | Added server side reponse to net_logon_ctrl rpc. We can now respond | Tim Potter | 2 | -3/+62 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 2 | -0/+115 |
2001-05-18 | Fix the W2KSP2 joining a Samba domain problem. | Jeremy Allison | 3 | -6/+11 |
2001-05-10 | Should be faliing on False and not True. Bad check on return value | Gerald Carter | 1 | -1/+1 |
2001-05-09 | check for valid pointer before calling memset() in samr_clear_sam_passwd | Gerald Carter | 1 | -2/+2 |
2001-05-08 | fixes to the group mapping code. | Jean-François Micouleau | 2 | -8/+79 |
2001-05-08 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2001-05-08 | Fix for insure missmatched parameter error. | Jeremy Allison | 1 | -1/+1 |
2001-05-07 | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 1 | -3/+0 |
2001-05-07 | removed unused variables | Gerald Carter | 1 | -2/+0 |
2001-05-07 | Patch from Simo: | Gerald Carter | 4 | -66/+66 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 5 | -457/+602 |
2001-05-02 | Fix noticed by John Trostel - we need to return our account SID for level 5. | Jeremy Allison | 1 | -1/+1 |
2001-05-02 | Remove embedded '/*' in comment. | Jeremy Allison | 1 | -1/+1 |
2001-05-01 | fixed comment-in-comment | Andrew Tridgell | 1 | -1/+1 |
2001-05-01 | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous | Jeremy Allison | 2 | -1/+192 |
2001-04-27 | More acl -> the_acl, %d with uid_t issues. | Jeremy Allison | 1 | -13/+13 |
2001-04-27 | fix a bug in printer name handling that jerry reported. | Jean-François Micouleau | 1 | -3/+8 |
2001-04-25 | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 1 | -1/+3 |
2001-04-23 | Fix "proc num out of range" error. Missing rpc call. | Jeremy Allison | 2 | -12/+88 |
2001-04-22 | Finally got name & SID returns correct. | Jeremy Allison | 1 | -1/+4 |
2001-04-22 | merging from 2.2 to head | Andrew Tridgell | 1 | -9/+3 |
2001-04-21 | JF pointed out we were returning the wrong info for Domain member with info | Jeremy Allison | 1 | -17/+9 |