Age | Commit message (Expand) | Author | Files | Lines |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -22/+4 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 1 | -2/+4 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -7/+12 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -2/+2 |
2001-03-02 | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 1 | -2/+2 |
2000-02-25 | client/client.c: | Jeremy Allison | 1 | -0/+6 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -346/+814 |
1999-03-25 | SAM database "set user info". | Luke Leighton | 1 | -2/+2 |
1999-01-15 | Finally committing my LDAP changes. | Matthew Chapman | 1 | -23/+100 |
1998-12-08 | ldap_getpw() also needs to be (void) | Luke Leighton | 1 | -3/+2 |
1998-12-08 | compilation warnings due to missing (void) in ldap_close_connection. | Luke Leighton | 1 | -2/+6 |
1998-12-07 | matthew chapman's ldap code, to date. plus docs! | Luke Leighton | 1 | -815/+287 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -5/+5 |
1998-11-24 | initialise not initialize... | Luke Leighton | 1 | -1/+1 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -18/+18 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1 | -1/+1 |
1998-10-21 | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 1 | -0/+6 |
1998-10-17 | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 1 | -0/+1 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1 | -1/+1 |
1998-09-24 | Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s | Jeremy Allison | 1 | -1/+1 |
1998-09-17 | configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni... | Jeremy Allison | 1 | -5/+5 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 1 | -4/+4 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1 | -6/+6 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -1/+1 |
1998-05-19 | removed "default" system for password database api: all functions must | Luke Leighton | 1 | -7/+28 |
1998-05-19 | ldap.c : | Luke Leighton | 1 | -15/+19 |
1998-05-18 | Abstracted all the crappy password interfaces through an indirect | Jeremy Allison | 1 | -10/+61 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1 | -1/+1 |
1998-05-18 | creating and using some pdb_init_(sam/smb) routines. putting ldap headers | Luke Leighton | 1 | -13/+4 |
1998-05-18 | no include headers in ldap.c. | Luke Leighton | 1 | -0/+3 |
1998-05-18 | resolving compilation errors | Luke Leighton | 1 | -1/+3 |
1998-05-18 | received update from jean francois for ldap.c: he is doing add / mod | Luke Leighton | 1 | -71/+424 |
1998-05-18 | Makefile: | Luke Leighton | 1 | -9/+38 |
1998-05-12 | - removed ldap_get_trust() | Luke Leighton | 1 | -101/+74 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -6/+6 |
1998-05-11 | password back-end database support | Luke Leighton | 1 | -3/+28 |
1998-05-11 | ldap back-end database development | Luke Leighton | 1 | -175/+159 |
1998-05-08 | renamed last_change_time to pass_must_change_time. removed "if (bool==True)" | Luke Leighton | 1 | -11/+10 |
1998-05-07 | added first pass at start/get/end-ldappwent functions. unfortunately, lots | Luke Leighton | 1 | -10/+65 |
1998-05-07 | remove unused ldap functions: add stub start/get/endldappwent routines. | Luke Leighton | 1 | -145/+97 |
1998-05-07 | moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c | Luke Leighton | 1 | -28/+0 |
1998-05-07 | created "passdb.c" which is an interface point to (at present) either | Luke Leighton | 1 | -1/+21 |
1998-05-06 | jean-francois micouleau's well-alpha code for ldap password database stuff! | Luke Leighton | 1 | -0/+563 |