summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter2007-10-101-3/+2
* r2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu, fumiya@samba.gr.jpJim McDonough2007-10-101-3/+8
* r931: Ensure we push 16 bytes (including null termination)Jeremy Allison2007-10-101-2/+2
* Merge of Chris's fix.Jeremy Allison2004-01-281-11/+31
* more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-241-2/+7
* Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...Jeremy Allison2003-10-271-5/+5
* Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison2003-10-161-0/+4
* Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2003-09-041-32/+31
* Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter2003-08-191-7/+59
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-1/+1
* Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison2003-07-311-55/+57
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-4/+4
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-1/+1
* Progress on CR 601Gerald Carter2003-02-251-3/+3
* Merge from HEAD:Andrew Bartlett2003-01-141-1/+1
* Merge from HEAD - eliminated unused arguments.Andrew Bartlett2003-01-141-1/+1
* Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett2003-01-041-20/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-18/+19
* Updates from HEAD:Andrew Bartlett2002-11-151-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+8
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-1/+1
* Merges from HEAD:Andrew Bartlett2002-11-011-1/+1
* removed the following parametersGerald Carter2002-10-211-218/+91
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-18/+23
* more bug updates from headAndrew Tridgell2002-07-151-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-198/+226
* 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