summaryrefslogtreecommitdiff
path: root/source/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* merge from samba_3_0Gerald Carter2002-10-211-218/+91
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-1/+1
* Push Steve Langasek's fix ...Richard Sharpe2002-10-051-1/+1
* Add some const & static, remove unused functions.Andrew Bartlett2002-07-211-1/+1
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-171-14/+19
* Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison2002-07-171-8/+8
* enum_group_mapping takes an enum not an intAndrew Tridgell2002-07-151-1/+1
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-5/+5
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-1/+1
* Got rid of unused flags field in lanman api_commands[].Tim Potter2002-06-201-36/+49
* Move session gathering routine back into session.c so it can be called eitherJim McDonough2002-06-031-46/+8
* Spelling fix.Tim Potter2002-05-191-1/+1
* A few things in this commit:Andrew Bartlett2002-05-181-17/+12
* add NetUserEnum and NetGroupEnum lanmap API calls, untested. I don't haveJean-François Micouleau2002-04-191-94/+152
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-4/+4
* This should fix up the level 0 'convert_string' debug messages that we haveAndrew Bartlett2002-02-271-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Oops...Andrew Bartlett2002-01-231-1/+1
* Change the order of this a bit - as unix password change can fail.Andrew Bartlett2002-01-231-11/+12
* One less Get_Pwnam_Modify call!Andrew Bartlett2002-01-211-5/+0
* Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett2002-01-201-55/+28
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-8/+8
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-2/+2
* server support for RAP session list functionJim McDonough2001-10-221-0/+105
* Use asprintf, do bounds check, better rc logicJim McDonough2001-10-201-33/+43
* Add RAP net share add supportJim McDonough2001-10-191-31/+113
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-4/+4
* Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett2001-09-261-7/+11
* move to SAFE_FREE()Simo Sorce2001-09-171-18/+14
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-6/+13
* tidied up some unused vars in JFs new fnsAndrew Tridgell2001-09-031-12/+0
* Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau2001-08-281-0/+127
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+8
* More constant conversions.Tim Potter2001-08-101-2/+2
* merge from 2.2Gerald Carter2001-08-101-1/+1
* Added Gerald's lanman printing only change to HEAD.Jeremy Allison2001-08-061-99/+91
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-20/+18
* Patch from Simo:Gerald Carter2001-05-071-2/+2
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-2/+6
* - added test for vasprintfAndrew Tridgell2001-04-281-12/+0
* started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2001-03-311-11/+10
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-12/+59
* ADMIN$ is an IPC share, not a disk shareAndrew Tridgell2001-03-171-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0