summaryrefslogtreecommitdiff
path: root/source4/utils
AgeCommit message (Expand)AuthorFilesLines
2011-04-06lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell1-3/+3
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-29/+2
2011-03-04s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner1-1/+1
2011-02-24build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell1-1/+2
2011-02-18s4-auth: rename 'auth' subsystem to 'auth4'Andrew Tridgell1-1/+1
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-2/+2
2010-11-07samdb: Lowercase library name.Jelmer Vernooij1-1/+1
2010-11-01s4-ldb: fixed build of oLschema2ldifAndrew Tridgell1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-68/+0
2010-10-30s4-ldb: create a private library ldb-cmdlineAndrew Tridgell1-1/+1
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin14-3028/+4
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij2-2/+2
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2-2/+2
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2-2/+2
2010-10-23s4: Rename LIBEVENTS to libevents.Jelmer Vernooij1-1/+1
2010-10-17Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer1-0/+1
2010-10-17s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer1-1/+0
2010-10-15s4-net: exit with a failure when a command is unknownAndrew Tridgell1-1/+1
2010-10-15s4-net: fix the dependence on command line orderingAndrew Tridgell1-8/+10
2010-10-15s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer1-8/+8
2010-10-10wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2-2/+2
2010-09-24s4-libnet Remove libnet_samdump_keytab() and net samdump keytabAndrew Bartlett1-52/+0
2010-08-30s4-util: Print more informative error messages in 'net drs replicate'Kamen Mazdrashki1-4/+13
2010-08-23s4-net: moved the net join command to pythonAndrew Tridgell3-106/+1
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-1/+1
2010-08-22Avoid use of Samba DTD, which requires net access.Jelmer Vernooij1-4/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell3-19/+19
2010-07-16s4:testprogs Operate the blackbox kinit and net tests using the :local configAndrew Bartlett1-2/+0
2010-07-08s4-net: the net binary depends on the auth subsystemAndrew Tridgell1-1/+1
2010-06-26s4/net-drs: Fix error messages typo and formattingKamen Mazdrashki1-7/+7
2010-06-25s4/utils: fix few 'net drs replicate' error messagesKamen Mazdrashki1-6/+8
2010-06-20Add talloc_frees in error cases in net_gpo.cWilco Baan Hofman1-0/+11
2010-06-20Fix net gpo list to use the dsdb with extended DN's. Fixes memberOf group mem...Wilco Baan Hofman1-2/+19
2010-06-20Revert "Add old functionality back which was removed in commit 589a42e2."Wilco Baan Hofman1-1/+1
2010-06-20Add net gpo setacl support. Create gp_set_acl function. Show ACL in net gpo s...Wilco Baan Hofman1-2/+52
2010-06-20Add gpo create functionality. Also fix gPLink handling bugsWilco Baan Hofman1-1/+33
2010-06-20Finish net gpo fetch function. Reorder arguments to make them more understand...Wilco Baan Hofman1-7/+16
2010-06-20Add fetch function for GPO which fetches all relevant files from the sysvol s...Wilco Baan Hofman1-0/+30
2010-06-20Add getinheritance and setinheritance to net gpo util and library.Wilco Baan Hofman1-9/+93
2010-06-20Implemented delete group policy link function and corresponding feature in ne...Wilco Baan Hofman1-2/+38
2010-06-20Changed add_gplink to set_gplink, so we can change gPLink options as well.Wilco Baan Hofman1-8/+8
2010-06-20Add add gPLink function and corresponding net gpo linkadd call.Wilco Baan Hofman1-2/+52
2010-06-20Rename files to reflect the libpolicy naming convention. Also fix the GNU mak...Wilco Baan Hofman1-1/+1
2010-06-20Rename libgpo to lib/policy to avoid confusion with samba3 and add waf buildWilco Baan Hofman2-3/+3
2010-06-20Add old functionality back which was removed in commit 589a42e2.Wilco Baan Hofman1-1/+1
2010-06-20Add gpo list function for listing applicable GPO's for users/machines.Wilco Baan Hofman1-4/+94
2010-06-20Add gPLink and getgpo functionality to net gpo.Wilco Baan Hofman1-14/+138
2010-06-20Created net gpo and new libgpo for samba 4. This adds the init function which...Wilco Baan Hofman3-1/+89
2010-06-20testparm: Convert to Python.Jelmer Vernooij2-266/+0