summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r23757: Fix Coverity id 386Volker Lendecke2007-10-101-1/+5
* r23756: Fix Coverity id 388Volker Lendecke2007-10-101-0/+1
* r23755: Fix Coverity id 384Volker Lendecke2007-10-101-1/+7
* r23752: Fix bug introduced by checkin 22920, allow largeJeremy Allison2007-10-101-3/+1
* r23751: Call tdb_close even when validation was not successful.Michael Adam2007-10-101-9/+1
* r23750: Change the behaviour of net conf import when there is a global sectionMichael Adam2007-10-101-8/+24
* r23749: Simplify prototype of reg_setvalue_internal:Michael Adam2007-10-101-22/+9
* r23748: Clean use of talloc in import_process_service:Michael Adam2007-10-101-4/+13
* r23747: Move formatting of a parameter's value into a value stringMichael Adam2007-10-101-80/+82
* r23746: Fix missing assignments to target string of asprintf in import function.Michael Adam2007-10-101-2/+2
* r23745: Fix: Check whether top subkeyname instead of whole registry key nameMichael Adam2007-10-101-2/+3
* r23744: Remove TODO-comment. lp_load returns False if openingMichael Adam2007-10-101-2/+0
* r23743: Simplify stat_cache_lookup() logic. For the history of this, seeVolker Lendecke2007-10-101-68/+76
* r23738: Re-add commented out code snipped that got lost by accidentVolker Lendecke2007-10-101-0/+10
* r23736: Use local variable of smb_flag2 instead of using the macro every time.Jeremy Allison2007-10-101-14/+16
* r23735: Second part of the bugfix for #4763Jeremy Allison2007-10-101-1/+21
* r23733: Limit LDAP lookup in lookup_usergroups_member() to security groups.Lars Müller2007-10-101-1/+6
* r23732: removed reference to non-existent structureHerb Lewis2007-10-101-2/+0
* r23731: Forgot one reference to inbufVolker Lendecke2007-10-101-1/+1
* r23730: Squashed commit of the following:Gerald Carter2007-10-102-2/+6
* r23728: First part of bugfix for #4763. Limit notify responsesJeremy Allison2007-10-101-0/+12
* r23727: Explicitly pass down FLAGS2 to srvstr_get_path.Volker Lendecke2007-10-103-44/+111
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-1013-53/+99
* r23725: Remove get_current_mid()Volker Lendecke2007-10-102-26/+33
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-1010-110/+208
* r23723: Alexander Larsson pointed me at a missing mapping in clierror.cSimo Sorce2007-10-101-1/+3
* r23722: Fix the build of the catia moduleVolker Lendecke2007-10-101-2/+2
* r23710: Remove some code duplication, we do have a random number generatorVolker Lendecke2007-10-101-7/+3
* r23709: C++ warningsVolker Lendecke2007-10-101-2/+2
* r23708: - Add define for WINBIND_WARN_PWD_EXPIRE.Lars Müller2007-10-102-2/+12
* r23707: - Move the asprintf() call to create the key even inLars Müller2007-10-101-14/+12
* r23704: Add pam_pwd_expire feature as discussed on samba-technical.Lars Müller2007-10-102-11/+95
* r23694: Make sure that when builddir != srcdir, we can still find the exportsGerald Carter2007-10-101-7/+7
* r23692: Couldn't wait, sorry :-). Did the style change.Jeremy Allison2007-10-101-3/+3
* r23691: fix for bug on touching files as described here:Simo Sorce2007-10-101-5/+13
* r23689: Squashed commit of the following:Gerald Carter2007-10-105-21/+43
* r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.Jeremy Allison2007-10-101-1/+1
* r23685: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-2/+2
* r23683: Check ports are in the correct range (1-65535)Simo Sorce2007-10-101-2/+2
* r23682: Old patch I forgot in one of my 3.0.25 trees.Simo Sorce2007-10-101-0/+16
* r23673: Check for integer wrap on incoming data.Jeremy Allison2007-10-101-0/+6
* r23672: Allow msrpc_name_to_sid() to be called without a domain_name and just...Günther Deschner2007-10-101-7/+9
* r23671: Remove unused code -- 16416 bytes of bss space...Volker Lendecke2007-10-102-27/+0
* r23670: Fix mkversion.sh for the git case: Only use the first line whereVolker Lendecke2007-10-101-1/+1
* r23669: Move a variable into the only block where it is used.Michael Adam2007-10-101-1/+1
* r23668: When creating a new string value, win2k regedit deliversMichael Adam2007-10-101-8/+22
* r23667: Prevent storing of forbidden parameter names in registryMichael Adam2007-10-101-0/+13
* r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.Michael Adam2007-10-102-2/+2
* r23665: Remove two unneeded global variablesVolker Lendecke2007-10-102-14/+7
* r23664: Fix incorrect index - should be j not i. How did we everJeremy Allison2007-10-101-1/+1