summaryrefslogtreecommitdiffstats
path: root/source3/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-101-1/+1
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-5/+5
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-314/+353
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-2/+2
* r9290: Some error path cleanups found by Coverity. Whitespace reformatting.Jeremy Allison2007-10-101-232/+277
* r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.Jeremy Allison2007-10-101-55/+60
* r6279: Convert the RAP enum functions to the pdb_search API. Who is using thisVolker Lendecke2007-10-101-45/+56
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-3/+3
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter2007-10-101-6/+4
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-65/+64
* r4083: consolidate printer searches to use find_service rather than for loopsGerald Carter2007-10-101-35/+17
* r3848: Fix for bug 2057. Only partially applied the patch, the second part se...Volker Lendecke2007-10-101-0/+7
* r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalidVolker Lendecke2007-10-101-0/+4
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2007-10-101-23/+22
* r3682: fix seg fault in lanman printing code caused by uninitialized variableGerald Carter2007-10-101-0/+6
* r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter2007-10-101-7/+10
* 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