Age | Commit message (Expand) | Author | Files | Lines |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -3/+3 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2003-01-14 | Merge from HEAD - eliminated unused arguments. | Andrew Bartlett | 1 | -1/+1 |
2003-01-04 | Merge from HEAD - move user password changes into the NTSTATUS era, and add | Andrew Bartlett | 1 | -20/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -18/+19 |
2002-11-15 | Updates from HEAD: | Andrew Bartlett | 1 | -2/+2 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -10/+8 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -1/+1 |
2002-11-01 | Merges from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2002-10-21 | removed the following parameters | Gerald Carter | 1 | -218/+91 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -18/+23 |
2002-07-15 | more bug updates from head | Andrew Tridgell | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -198/+226 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -1/+1 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -4/+4 |
2002-02-27 | This should fix up the level 0 'convert_string' debug messages that we have | Andrew Bartlett | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-23 | Oops... | Andrew Bartlett | 1 | -1/+1 |
2002-01-23 | Change the order of this a bit - as unix password change can fail. | Andrew Bartlett | 1 | -11/+12 |
2002-01-21 | One less Get_Pwnam_Modify call! | Andrew Bartlett | 1 | -5/+0 |
2002-01-20 | Kill off the old varient of 'check_plaintext_password' (new version just | Andrew Bartlett | 1 | -55/+28 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -8/+8 |
2001-12-21 | Add an output parameter to message_send_all that says how many | Martin Pool | 1 | -1/+1 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -1/+1 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 1 | -2/+2 |
2001-10-22 | server support for RAP session list function | Jim McDonough | 1 | -0/+105 |
2001-10-20 | Use asprintf, do bounds check, better rc logic | Jim McDonough | 1 | -33/+43 |
2001-10-19 | Add RAP net share add support | Jim McDonough | 1 | -31/+113 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 1 | -4/+4 |
2001-09-26 | Fix this to use the plaintext password code directly, like SWAT does. | Andrew Bartlett | 1 | -7/+11 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -18/+14 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -6/+13 |
2001-09-03 | tidied up some unused vars in JFs new fns | Andrew Tridgell | 1 | -12/+0 |
2001-08-28 | Ouch ! I didn't think I would have to do that: add 2 new rap calls ! | Jean-François Micouleau | 1 | -0/+127 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -2/+8 |
2001-08-10 | More constant conversions. | Tim Potter | 1 | -2/+2 |
2001-08-10 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-08-06 | Added Gerald's lanman printing only change to HEAD. | Jeremy Allison | 1 | -99/+91 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -1/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -20/+18 |
2001-05-07 | Patch from Simo: | Gerald Carter | 1 | -2/+2 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 1 | -2/+6 |
2001-04-28 | - added test for vasprintf | Andrew Tridgell | 1 | -12/+0 |
2001-03-31 | started converting some of the only-ascii code to use srvstr_* | Andrew Tridgell | 1 | -11/+10 |
2001-03-23 | Two OS/2 printer fixes from Jim McDonough @ IBM. | Jeremy Allison | 1 | -12/+59 |
2001-03-17 | ADMIN$ is an IPC share, not a disk share | Andrew Tridgell | 1 | -1/+1 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -13/+13 |