summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-2/+2
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-3/+3
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13443: Fix the build.Günther Deschner1-2/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1240/+1450
2007-10-10r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke1-1/+1
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-5/+5
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-314/+353
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-2/+2
2007-10-10r9290: Some error path cleanups found by Coverity. Whitespace reformatting.Jeremy Allison1-232/+277
2007-10-10r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.Jeremy Allison1-55/+60
2007-10-10r6279: Convert the RAP enum functions to the pdb_search API. Who is using thisVolker Lendecke1-45/+56
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-3/+3
2007-10-10r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter1-6/+4
2007-10-10r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-65/+64
2007-10-10r4083: consolidate printer searches to use find_service rather than for loopsGerald Carter1-35/+17
2007-10-10r3848: Fix for bug 2057. Only partially applied the patch, the second part se...Volker Lendecke1-0/+7
2007-10-10r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalidVolker Lendecke1-0/+4
2007-10-10r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke1-23/+22
2007-10-10r3682: fix seg fault in lanman printing code caused by uninitialized variableGerald Carter1-0/+6
2007-10-10r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter1-7/+10
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-3/+2
2007-10-10r2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu, fumiya@samba.gr.jpJim McDonough1-3/+8
2007-10-10r931: Ensure we push 16 bytes (including null termination)Jeremy Allison1-2/+2
2004-01-28Merge of Chris's fix.Jeremy Allison1-11/+31
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter1-2/+7
2003-10-27Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...Jeremy Allison1-5/+5
2003-10-16Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison1-0/+4
2003-09-04Fix UNIX passwd sync properly. I've finally understoodJeremy Allison1-32/+31
2003-08-19Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter1-7/+59
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-07-31Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison1-55/+57
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-4/+4
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-1/+1
2003-02-25Progress on CR 601Gerald Carter1-3/+3
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-14Merge from HEAD - eliminated unused arguments.Andrew Bartlett1-1/+1
2003-01-04Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett1-20/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-18/+19
2002-11-15Updates from HEAD:Andrew Bartlett1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+8
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-1/+1
2002-11-01Merges from HEAD:Andrew Bartlett1-1/+1
2002-10-21removed the following parametersGerald Carter1-218/+91
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-18/+23
2002-07-15more bug updates from headAndrew Tridgell1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-198/+226
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-4/+4