r12163: Change lookup_sid and lookup_name to return const char * instead of char *,
[samba.git] / source3 / smbd / lanman.c
2007-10-10 Volker Lendecker12163: Change lookup_sid and lookup_name to return...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jeremy Allisonr9290: Some error path cleanups found by Coverity....
2007-10-10 Jeremy Allisonr9288: Whitespace cleanup and memory leak on error...
2007-10-10 Volker Lendecker6279: Convert the RAP enum functions to the pdb_search...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr5165: BUG 2295: always use get_local_machine_name...
2007-10-10 Günther Deschnerr4847: Hand over a acb_mask to pdb_setsampwent in load_...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Gerald Carterr4083: consolidate printer searches to use find_service...
2007-10-10 Volker Lendecker3848: Fix for bug 2057. Only partially applied the...
2007-10-10 Volker Lendecker3824: Fix crash in api_RNetShareEnum. ServicePtrs...
2007-10-10 Volker Lendecker3705: Nobody has commented, so I'll take this as an...
2007-10-10 Gerald Carterr3682: fix seg fault in lanman printing code caused...
2007-10-10 Gerald Carterr3049: fixing some calls in the printing code to stanar...
2007-10-10 Gerald Carterr2768: BUG 1519: save the hostname used in the open_pri...
2007-10-10 Jim McDonoughr2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu...
2007-10-10 Jeremy Allisonr931: Ensure we push 16 bytes (including null termination)
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-02-19 Simo Sorcereformatting
2004-01-28 Jeremy AllisonMerge of Chris's fix.
2004-01-28 Christopher R. HertelThis is Simo's patch for the NetShareEnum() bug which...
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-10-27 Jeremy AllisonMissing UNIX -> DOS codepage conversion. Fix from Alexa...
2003-10-27 Jeremy AllisonMissing UNIX -> DOS codepage conversion. Fix from Alexa...
2003-10-16 Jeremy AllisonEnsure error code path doesn't free unmalloced memory...
2003-10-16 Jeremy AllisonEnsure error code path doesn't free unmalloced memory...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-04 Jeremy AllisonFix UNIX passwd sync properly. I've finally understood
2003-08-19 Gerald CarterFix BUG #314: api_netUserGetGRoups() was failing prema...
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-31 Jeremy AllisonWrap calls to change_oem_password() in become_root...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-18 Simo SorceOk, this patch removes the privilege stuff we had in...
2003-02-25 Gerald CarterProgress on CR 601
2003-02-25 Gerald CarterProgress on CR 601
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-14 Andrew BartlettMerge from HEAD - eliminated unused arguments.
2003-01-11 Andrew BartlettRemove an unused paramter for our old LM-only password...
2003-01-04 Andrew BartlettMerge from HEAD - move user password changes into the...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2003-01-01 Andrew BartlettMove our password change code along a little - use...
2002-11-15 Andrew BartlettUpdates from HEAD:
2002-11-15 Andrew BartlettAdd const to PACKS()
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-02 Andrew BartlettMerge passdb from HEAD -> 3.0
2002-11-01 Andrew BartlettMerges from HEAD:
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 Gerald Cartermerge from samba_3_0
2002-10-21 Gerald Carterremoved the following parameters
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-05 Richard SharpePush Steve Langasek's fix ...
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-21 Andrew BartlettAdd some const & static, remove unused functions.
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-07-17 Jeremy AllisonLanman print jobs are *16* bits, not 32. arggggh. Map...
2002-07-15 Andrew Tridgellmore bug updates from head
2002-07-15 Andrew Tridgellenum_group_mapping takes an enum not an int
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-06-21 Jeremy AllisonDon't use uint. It doesn't exist on some platforms...
2002-06-20 Tim PotterGot rid of unused flags field in lanman api_commands[].
2002-06-03 Jim McDonoughMove session gathering routine back into session.c...
2002-05-19 Tim PotterSpelling fix.
2002-05-18 Andrew BartlettA few things in this commit:
2002-04-19 Jean-François Mico... add NetUserEnum and NetGroupEnum lanmap API calls,...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-15 Gerald Cartersyncing up printing code with SAMBA_2_2 (already done...
2002-02-27 Andrew BartlettThis should fix up the level 0 'convert_string' debug...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-23 Andrew BartlettOops...
2002-01-23 Andrew BartlettChange the order of this a bit - as unix password chang...
2002-01-21 Andrew BartlettOne less Get_Pwnam_Modify call!
2002-01-20 Andrew BartlettKill off the old varient of 'check_plaintext_password...
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-22 Jim McDonoughserver support for RAP session list function
2001-10-20 Jim McDonoughUse asprintf, do bounds check, better rc logic
2001-10-19 Jim McDonoughAdd RAP net share add support
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-26 Andrew BartlettFix this to use the plaintext password code directly...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-09-03 Andrew Tridgelltidied up some unused vars in JFs new fns
2001-08-28 Jean-François Mico... Ouch ! I didn't think I would have to do that: add...
next