| Commit message (Expand) | Author | Age | Files | Lines |
* | Add const to PACKS() | Andrew Bartlett | 2002-11-15 | 1 | -2/+2 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -10/+8 |
* | merge from samba_3_0 | Gerald Carter | 2002-10-21 | 1 | -218/+91 |
* | This moves the group mapping API into the passdb backend. | Volker Lendecke | 2002-10-21 | 1 | -1/+1 |
* | Push Steve Langasek's fix ... | Richard Sharpe | 2002-10-05 | 1 | -1/+1 |
* | Add some const & static, remove unused functions. | Andrew Bartlett | 2002-07-21 | 1 | -1/+1 |
* | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 2002-07-17 | 1 | -14/+19 |
* | Lanman print jobs are *16* bits, not 32. arggggh. Map them.... | Jeremy Allison | 2002-07-17 | 1 | -8/+8 |
* | enum_group_mapping takes an enum not an int | Andrew Tridgell | 2002-07-15 | 1 | -1/+1 |
* | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 2002-07-02 | 1 | -5/+5 |
* | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 2002-06-21 | 1 | -1/+1 |
* | Got rid of unused flags field in lanman api_commands[]. | Tim Potter | 2002-06-20 | 1 | -36/+49 |
* | Move session gathering routine back into session.c so it can be called either | Jim McDonough | 2002-06-03 | 1 | -46/+8 |
* | Spelling fix. | Tim Potter | 2002-05-19 | 1 | -1/+1 |
* | A few things in this commit: | Andrew Bartlett | 2002-05-18 | 1 | -17/+12 |
* | add NetUserEnum and NetGroupEnum lanmap API calls, untested. I don't have | Jean-François Micouleau | 2002-04-19 | 1 | -94/+152 |
* | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 1 | -1/+1 |
* | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 2002-03-15 | 1 | -4/+4 |
* | This should fix up the level 0 'convert_string' debug messages that we have | Andrew Bartlett | 2002-02-27 | 1 | -1/+1 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Oops... | Andrew Bartlett | 2002-01-23 | 1 | -1/+1 |
* | Change the order of this a bit - as unix password change can fail. | Andrew Bartlett | 2002-01-23 | 1 | -11/+12 |
* | One less Get_Pwnam_Modify call! | Andrew Bartlett | 2002-01-21 | 1 | -5/+0 |
* | Kill off the old varient of 'check_plaintext_password' (new version just | Andrew Bartlett | 2002-01-20 | 1 | -55/+28 |
* | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 2002-01-11 | 1 | -8/+8 |
* | Add an output parameter to message_send_all that says how many | Martin Pool | 2001-12-21 | 1 | -1/+1 |
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -1/+1 |
* | This commit is number 3 of 4. | Andrew Bartlett | 2001-10-29 | 1 | -2/+2 |
* | server support for RAP session list function | Jim McDonough | 2001-10-22 | 1 | -0/+105 |
* | Use asprintf, do bounds check, better rc logic | Jim McDonough | 2001-10-20 | 1 | -33/+43 |
* | Add RAP net share add support | Jim McDonough | 2001-10-19 | 1 | -31/+113 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
* | Fix up a number of intertwined issues: | Andrew Bartlett | 2001-09-29 | 1 | -4/+4 |
* | Fix this to use the plaintext password code directly, like SWAT does. | Andrew Bartlett | 2001-09-26 | 1 | -7/+11 |
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -18/+14 |
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 1 | -6/+13 |
* | tidied up some unused vars in JFs new fns | Andrew Tridgell | 2001-09-03 | 1 | -12/+0 |
* | Ouch ! I didn't think I would have to do that: add 2 new rap calls ! | Jean-François Micouleau | 2001-08-28 | 1 | -0/+127 |
* | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 2001-08-12 | 1 | -2/+8 |
* | More constant conversions. | Tim Potter | 2001-08-10 | 1 | -2/+2 |
* | merge from 2.2 | Gerald Carter | 2001-08-10 | 1 | -1/+1 |
* | Added Gerald's lanman printing only change to HEAD. | Jeremy Allison | 2001-08-06 | 1 | -99/+91 |
* | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 2001-07-08 | 1 | -1/+1 |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -20/+18 |
* | Patch from Simo: | Gerald Carter | 2001-05-07 | 1 | -2/+2 |
* | Big cleanup of passdb and backends. | Jean-François Micouleau | 2001-05-04 | 1 | -2/+6 |
* | - added test for vasprintf | Andrew Tridgell | 2001-04-28 | 1 | -12/+0 |
* | started converting some of the only-ascii code to use srvstr_* | Andrew Tridgell | 2001-03-31 | 1 | -11/+10 |
* | Two OS/2 printer fixes from Jim McDonough @ IBM. | Jeremy Allison | 2001-03-23 | 1 | -12/+59 |