summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth: add a const to des_crypt112_16()Stefan Metzmacher2010-03-052-2/+2
* s3:winbindd: add DEBUG(10,...) for the end of each top levelStefan Metzmacher2010-03-052-6/+25
* s4:kcc - Change some counter variables to be unsignedMatthias Dieter Wallnöfer2010-03-052-4/+5
* s4:samdb_privilege.c - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+3
* s4:cracknames - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+2
* s4-pvfs_sys: build on systems without O_NOFOLLOW or O_DIRECTORYAndrew Tridgell2010-03-051-4/+22
* s4-pvfs_sys: talloc_free should be before errno restoreAndrew Tridgell2010-03-051-13/+13
* s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell2010-03-053-4/+4
* s4-pvfs: set default for perm override based on system featuresAndrew Tridgell2010-03-051-1/+9
* s4-pvfs: use O_FOLLOW one level at a time for security overridesAndrew Tridgell2010-03-051-37/+357
* replace: added get_current_dir_name()Andrew Tridgell2010-03-053-0/+18
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-055-20/+20
* s4-pvfs: new pvfs_sys module Andrew Tridgell2010-03-052-0/+301
* s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDEAndrew Tridgell2010-03-052-0/+4
* s4-privs: add root_privileges_original_uid()Andrew Tridgell2010-03-051-0/+6
* s3-selftest: enable RPC-WINREG against Samba 3.Günther Deschner2010-03-051-1/+1
* s4-smbtorture: skip NotifyChangeKeyValue test against s3 for now.Günther Deschner2010-03-051-0/+4
* s4:torture/rpc/samr.c - add some decision possibility constants to some switchMatthias Dieter Wallnöfer2010-03-051-0/+3
* s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_cr...Matthias Dieter Wallnöfer2010-03-051-1/+1
* s4:torture/winbind/struct_based.c - fix up (un)signedness of a function argumentMatthias Dieter Wallnöfer2010-03-051-1/+2
* s4-pvfs: log more error conditions in NTVFS backendAndrew Tridgell2010-03-053-0/+31
* s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2010-03-057-20/+21
* s4-rpc: don't use s->credentials after it is freedAndrew Tridgell2010-03-051-2/+1
* s4-torture: fixed commas separating C statementsAndrew Tridgell2010-03-051-4/+3
* s3: Fix unnecessary traversing winbindd_cache.tdb in SIGHUP handler.Bo Yang2010-03-061-0/+6
* s4-python: only install external python libs that are missingAndrew Tridgell2010-03-052-1/+19
* s4-python: import a copy of the python dns libraryAndrew Tridgell2010-03-05114-0/+16829
* s4-dns: use samba.external to pull in the dns.resolver libraryAndrew Tridgell2010-03-051-3/+5
* s4-python: allow us to have samba copies of python libraries we depend onAndrew Tridgell2010-03-052-0/+54
* s4-dns-ex: use autoclose on the dns child pipeAndrew Tridgell2010-03-051-2/+1
* s4-messaging: use auto-close on the socketAndrew Tridgell2010-03-051-0/+1
* srv_pipe.c doesn't reference current_user anymore. Remove it.Jeremy Allison2010-03-041-2/+0
* s4:auth/sam.c - change base context for the "tmp_ctx" context in "authsam_exp...Matthias Dieter Wallnöfer2010-03-041-1/+1
* s4:ldap.py - give the "primaryGroupToken" test a better nameMatthias Dieter Wallnöfer2010-03-041-3/+3
* s4:ldap.py - add test for "tokenGroups"Matthias Dieter Wallnöfer2010-03-041-0/+44
* s4:operational LDB - don't accidentally "ate" search helper attributes if we ...Matthias Dieter Wallnöfer2010-03-041-6/+14
* s4:operational LDB module - make the counters unsignedMatthias Dieter Wallnöfer2010-03-041-2/+2
* s4:operational LDB - implement the "tokenGroups" constructed attributeMatthias Dieter Wallnöfer2010-03-042-1/+96
* s4:sam.c - make "authsam_expand_nested_groups" publicMatthias Dieter Wallnöfer2010-03-042-1/+7
* s4:sam.c - cosmetic indentation fixMatthias Dieter Wallnöfer2010-03-041-2/+1
* s4:sam.c - change variable types to unsigned in "sids_contains_sid"Matthias Dieter Wallnöfer2010-03-041-3/+4
* s4:operational LDB module - use right memory context int "construct_primary_g...Matthias Dieter Wallnöfer2010-03-041-2/+2
* Revert "s3:configure: add --enable-as-needed"Karolin Seeger2010-03-041-8/+2
* Refactored ACL python testsNadezhda Ivanova2010-03-041-441/+256
* s3:configure: add --enable-as-neededStefan Metzmacher2010-03-041-2/+8
* s4:provision - use the new "interface_ips" python call to detect the right ho...Matthias Dieter Wallnöfer2010-03-041-8/+8
* s4:ldif_handlers - Use "unsigned int" for counting purposesMatthias Dieter Wallnöfer2010-03-041-4/+4
* testprogs: add test_PrinterDataW.Günther Deschner2010-03-041-0/+81
* testprogs: use dump_data in dump_printer_data.Günther Deschner2010-03-041-12/+4
* testprogs: add print_printer_dataw and dump_data to printlib.Günther Deschner2010-03-042-11/+94