Age | Commit message (Expand) | Author | Files | Lines |
2001-09-14 | merges from 2.2 | Gerald Carter | 1 | -2/+2 |
2001-09-12 | String length fix from Toomas Soome <tsoome@ut.ee> | Tim Potter | 1 | -1/+1 |
2001-09-10 | passdb/smbpassfile ain't needed any more - it only provided migration from an... | Andrew Tridgell | 1 | -297/+0 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -8/+8 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 5 | -143/+14 |
2001-09-05 | fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf... | Andrew Tridgell | 1 | -3/+2 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 1 | -1/+3 |
2001-09-04 | cope with pam being off | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2 | -18/+19 |
2001-08-31 | changed the data format in the tdb, as the time fields were not | Simo Sorce | 1 | -24/+29 |
2001-08-30 | Fixed silly typo. | Jeremy Allison | 1 | -3/+3 |
2001-08-30 | Fix from Paul Green to set correct lengths. | Jeremy Allison | 1 | -3/+3 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2 | -11/+11 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -1/+1 |
2001-08-23 | merge from 2.2 | Gerald Carter | 1 | -3/+14 |
2001-08-13 | Fixed typo in debug message. | Tim Potter | 1 | -2/+2 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -7/+12 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -3/+0 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -2/+2 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 2 | -8/+8 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -4/+2 |
2001-07-17 | move the global_machine_password_needs_changing where we need it. | Simo Sorce | 1 | -2/+0 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 1 | -1/+1 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -7/+2 |
2001-07-06 | Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!! | Jeremy Allison | 1 | -2/+19 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 1 | -2/+2 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 3 | -7/+7 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -6/+1 |
2001-06-25 | Added Andrew's pam password change stuff. Needs some testing but looks good ! | Jeremy Allison | 1 | -44/+140 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -1/+1 |
2001-06-06 | Changes to use new genrand code that got missed while I was in Japan. | Jeremy Allison | 1 | -0/+29 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2 | -8/+8 |
2001-05-10 | update from Simo | Gerald Carter | 1 | -8/+8 |
2001-05-09 | Fixed up the oldpw prompts. Made the matching case insensitive. | Jeremy Allison | 1 | -5/+24 |
2001-05-09 | very nasty bug ! | Jean-François Micouleau | 1 | -1/+1 |
2001-05-08 | fixes to the group mapping code. | Jean-François Micouleau | 1 | -2/+2 |
2001-05-07 | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 1 | -16/+3 |
2001-05-07 | Patch from Simo: | Gerald Carter | 2 | -24/+53 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 3 | -618/+434 |
2001-05-04 | fixes from Simo | Gerald Carter | 2 | -213/+281 |
2001-05-02 | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 1 | -10/+11 |
2001-05-01 | Runtime check for broken PAM systems with no appdata_ptr support. This | Jeremy Allison | 1 | -2/+22 |
2001-05-01 | Stop coredump on pam password change with pam_pwdb.so module on error. | Jeremy Allison | 1 | -1/+5 |
2001-05-01 | Added Andrew Bartlett's fixes to my changes to his original patch (at the | Jeremy Allison | 2 | -3/+3 |
2001-05-01 | Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_... | Jeremy Allison | 1 | -0/+5 |
2001-04-30 | Fixing consts in pam code. | Jeremy Allison | 1 | -2/+2 |
2001-04-30 | Based on an original PAM patch by Andrew Bartlett, re-written by me to | Jeremy Allison | 1 | -124/+417 |
2001-04-28 | - fixed some compiler warnings | Andrew Tridgell | 1 | -2/+3 |
2001-04-28 | few cleanups to bring in line with 2.2 | Gerald Carter | 1 | -2/+0 |
2001-04-25 | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 2 | -330/+324 |