summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:client/client.c - we don't need "&ctx" for talloc callsMatthias Dieter Wallnöfer2010-05-281-1/+1
* s4:web_server/wsgi.c - fix "asprintf" callMatthias Dieter Wallnöfer2010-05-281-1/+3
* s4:utils/ntlm_auth.c - fix "asprintf" callsMatthias Dieter Wallnöfer2010-05-281-6/+11
* s4:smbd/pidfile.c - fix "asprintf" callsMatthias Dieter Wallnöfer2010-05-281-2/+7
* s4:scripting/python/modules.c - fix "asprintf" callsMatthias Dieter Wallnöfer2010-05-281-2/+6
* s4:param/loadparm.c - fix "asprintf" callMatthias Dieter Wallnöfer2010-05-281-2/+3
* s4:ntvfs/simple/svfs_util.c - change an "asprintf" into a "talloc_asprintf"Matthias Dieter Wallnöfer2010-05-281-2/+3
* s4:ntvfs/nbench/vfs_bench.c - change a "asprintf" into a "talloc_asprintf"Matthias Dieter Wallnöfer2010-05-281-2/+4
* s4:libcli/clideltree.c - fix "asprintf"sMatthias Dieter Wallnöfer2010-05-281-3/+12
* s4:regshell - fix an "asprintf"Matthias Dieter Wallnöfer2010-05-281-1/+5
* s4:regshell - don't use negative exit codesMatthias Dieter Wallnöfer2010-05-281-1/+1
* s4:client/client.c - fix "asprintf"sMatthias Dieter Wallnöfer2010-05-281-9/+15
* waf Read VERSION file inside WAF to set package versionAndrew Bartlett2010-05-281-4/+7
* s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test.Günther Deschner2010-05-281-1/+1
* s4-smbtorture: remove obsolete handmarshalled rap code.Günther Deschner2010-05-281-281/+0
* s4-smbtorture: we can fully use autogenerated code to pull info unions now.Günther Deschner2010-05-281-172/+90
* s4-smbtorture: create the user to test in test_usergetinfo() in RAP-SAM.Günther Deschner2010-05-271-3/+27
* s4-smbtorture: add usergetinfo to RAP-SAM.Günther Deschner2010-05-261-0/+25
* s4-smbtorture: add smbcli_rap_netusergetinfo().Günther Deschner2010-05-261-0/+175
* s4/test: Connect SAMR and LDARPC pipes before calling libnet_ functionsKamen Mazdrashki2010-05-261-7/+29
* s4/test: remove unused codeKamen Mazdrashki2010-05-261-18/+0
* s4/test: make test_cleanup() in libnet_user library more robustKamen Mazdrashki2010-05-261-4/+74
* s4/test: rename enum test_fields{} member names to be more descriptiveKamen Mazdrashki2010-05-263-28/+29
* s4/test: Replace hand-made field count to testKamen Mazdrashki2010-05-263-8/+11
* s4:smbd: Use tstream_npa_accept_existing to accept named pipe connectionsSimo Sorce2010-05-262-546/+175
* s4:smbd: Add tstream to the stream_connection structureSimo Sorce2010-05-261-0/+1
* s4:torture/rpc/samr.c: Fix the "ValidatePassword" testMatthias Dieter Wallnöfer2010-05-251-3/+6
* s4:dsdb_enum_group_mem - use "unsigned" countersMatthias Dieter Wallnöfer2010-05-242-7/+6
* s4:dsdb_lookup_rids - "unsigned" counters fit better than "signed" in this caseMatthias Dieter Wallnöfer2010-05-241-2/+2
* s4:dsdb_add_user - check the "cn"/"account_name" length (should be >= 1)Matthias Dieter Wallnöfer2010-05-241-7/+12
* Add in support for the NTLMSSP version reply.Jeremy Allison2010-05-242-4/+31
* ldb-waf: Install manual pages for ldb in standalone build, installJelmer Vernooij2010-05-241-4/+23
* s4:winbind Give more detail on the parameters when reporting idmap failureAndrew Bartlett2010-05-241-1/+2
* s4:winbind Change idmap API to match that used by the source3/ idmap subsystemAndrew Bartlett2010-05-243-28/+62
* s4:winbind Change include guard so as not to conflict with idmap.h in source3Andrew Bartlett2010-05-242-3/+3
* s4:winbind Fix up includes after seperation of idmap.idl from winbind.idlAndrew Bartlett2010-05-243-1/+3
* s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett2010-05-249-127/+75
* s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmapAndrew Bartlett2010-05-242-27/+7
* s4:samr Push most of samr_LookupRids into a helper functionAndrew Bartlett2010-05-242-52/+82
* s4:samr Push most of samr_QueryGroupMember into a helper functionAndrew Bartlett2010-05-242-80/+120
* s4:samr Move most of samr_CreateDomAlias into a helper functionAndrew Bartlett2010-05-242-52/+81
* s4:samr Split most of samr_CreateDomainGroup into a helper functionAndrew Bartlett2010-05-242-60/+88
* s4:samr Split the guts of samr_CreateUser2 into a helper functionAndrew Bartlett2010-05-243-187/+258
* s4:dsdb Allow a NULL search expression in dsdb_search()Andrew Bartlett2010-05-241-2/+5
* s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDLAndrew Bartlett2010-05-246-6/+6
* s4:LogonGetDomainInfo - allow to set DNS hostname for the first timeMatthias Dieter Wallnöfer2010-05-241-11/+14
* s4:"rdn_name" LDB module - fix the creation of the RDN attribute (try to norm...Matthias Dieter Wallnöfer2010-05-241-6/+20
* s4:setup/*.ldif - remove unneeded "cn" attributesMatthias Dieter Wallnöfer2010-05-242-2/+0
* torture: fix typosSimo Sorce2010-05-221-2/+2
* s4:ldb_controls: make it possible to pass arbitrary control via the command lineStefan Metzmacher2010-05-221-0/+34