summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke10-110/+208
2007-10-10r23723: Alexander Larsson pointed me at a missing mapping in clierror.cSimo Sorce1-1/+3
2007-10-10r23722: Fix the build of the catia moduleVolker Lendecke1-2/+2
2007-10-10r23710: Remove some code duplication, we do have a random number generatorVolker Lendecke1-7/+3
2007-10-10r23709: C++ warningsVolker Lendecke1-2/+2
2007-10-10r23708: - Add define for WINBIND_WARN_PWD_EXPIRE.Lars Müller2-2/+12
2007-10-10r23707: - Move the asprintf() call to create the key even inLars Müller1-14/+12
2007-10-10r23704: Add pam_pwd_expire feature as discussed on samba-technical.Lars Müller2-11/+95
2007-10-10r23694: Make sure that when builddir != srcdir, we can still find the exportsGerald Carter1-7/+7
2007-10-10r23692: Couldn't wait, sorry :-). Did the style change.Jeremy Allison1-3/+3
2007-10-10r23691: fix for bug on touching files as described here:Simo Sorce1-5/+13
2007-10-10r23689: Squashed commit of the following:Gerald Carter5-21/+43
2007-10-10r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.Jeremy Allison1-1/+1
2007-10-10r23685: merge from SAMBA_4_0:Stefan Metzmacher1-2/+2
2007-10-10r23683: Check ports are in the correct range (1-65535)Simo Sorce1-2/+2
2007-10-10r23682: Old patch I forgot in one of my 3.0.25 trees.Simo Sorce1-0/+16
2007-10-10r23673: Check for integer wrap on incoming data.Jeremy Allison1-0/+6
2007-10-10r23672: Allow msrpc_name_to_sid() to be called without a domain_name and just...Günther Deschner1-7/+9
2007-10-10r23671: Remove unused code -- 16416 bytes of bss space...Volker Lendecke2-27/+0
2007-10-10r23670: Fix mkversion.sh for the git case: Only use the first line whereVolker Lendecke1-1/+1
2007-10-10r23669: Move a variable into the only block where it is used.Michael Adam1-1/+1
2007-10-10r23668: When creating a new string value, win2k regedit deliversMichael Adam1-8/+22
2007-10-10r23667: Prevent storing of forbidden parameter names in registryMichael Adam1-0/+13
2007-10-10r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.Michael Adam2-2/+2
2007-10-10r23665: Remove two unneeded global variablesVolker Lendecke2-14/+7
2007-10-10r23664: Fix incorrect index - should be j not i. How did we everJeremy Allison1-1/+1
2007-10-10r23663: Fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison1-28/+255
2007-10-10r23662: According to simo, check_dos_char is neededVolker Lendecke4-1/+96
2007-10-10r23661: Another static pstringVolker Lendecke1-10/+15
2007-10-10r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke4-96/+1
2007-10-10r23659: file_pload is not used outside of util_file.cVolker Lendecke1-1/+1
2007-10-10r23658: One pstring a day....Volker Lendecke1-16/+39
2007-10-10r23657: Prevent setting of a global option in a share definitionMichael Adam2-1/+28
2007-10-10r23656: Add initial checking of the validity of a paramterMichael Adam2-0/+26
2007-10-10r23655: Fix a comment and adjust some code formatting.Michael Adam1-2/+3
2007-10-10r23654: Remove misleading inline comment.Günther Deschner1-4/+2
2007-10-10r23652: Use the recursive delete function instead of the original oneMichael Adam1-1/+1
2007-10-10r23651: Always, always, always compile before commit...Günther Deschner2-2/+2
2007-10-10r23650: Fix remaining callers of krb5_kt_default().Günther Deschner2-6/+7
2007-10-10r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).Günther Deschner2-138/+138
2007-10-10r23648: Allow to list a custom krb5 keytab file with:Günther Deschner2-5/+12
2007-10-10r23647: Use smb_krb5_open_keytab() in smbd as well.Günther Deschner1-2/+2
2007-10-10r23646: Generalize our internal keytab handling to support a broader range of...Günther Deschner2-47/+144
2007-10-10r23641: Put check for forbidden values in smbconf into a function.Michael Adam2-4/+23
2007-10-10r23640: When we support the SeSecurity privilage, this is whereJeremy Allison1-0/+21
2007-10-10r23639: Eliminate trailing whitespaces in the new tdb_validate functions...Michael Adam1-8/+7
2007-10-10r23633: Fix a couple of crash bugs pointed out by Volker caused by an oldGerald Carter1-1/+6
2007-10-10r23632: Correctly return the new_group list pointer from expand_groupsGerald Carter1-1/+1
2007-10-10r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner1-1/+1
2007-10-10r23628: Add LSA lookupnames_level to rpcclient.Günther Deschner1-0/+52