Age | Commit message (Expand) | Author | Files | Lines |
2002-10-21 | merge from samba_3_0 | Gerald Carter | 1 | -218/+91 |
2002-10-21 | This moves the group mapping API into the passdb backend. | Volker Lendecke | 1 | -1/+1 |
2002-10-05 | Push Steve Langasek's fix ... | Richard Sharpe | 1 | -1/+1 |
2002-07-21 | Add some const & static, remove unused functions. | Andrew Bartlett | 1 | -1/+1 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 1 | -14/+19 |
2002-07-17 | Lanman print jobs are *16* bits, not 32. arggggh. Map them.... | Jeremy Allison | 1 | -8/+8 |
2002-07-15 | enum_group_mapping takes an enum not an int | Andrew Tridgell | 1 | -1/+1 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 1 | -5/+5 |
2002-06-21 | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 1 | -1/+1 |
2002-06-20 | Got rid of unused flags field in lanman api_commands[]. | Tim Potter | 1 | -36/+49 |
2002-06-03 | Move session gathering routine back into session.c so it can be called either | Jim McDonough | 1 | -46/+8 |
2002-05-19 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -17/+12 |
2002-04-19 | add NetUserEnum and NetGroupEnum lanmap API calls, untested. I don't have | Jean-François Micouleau | 1 | -94/+152 |
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 |