Age | Commit message (Expand) | Author | Files | Lines |
2008-05-11 | Merge ldb_map into LIBLDB. | Jelmer Vernooij | 1 | -2/+2 |
2008-05-10 | Clean up some git merges gone wrong. | Jelmer Vernooij | 1 | -4/+0 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 10 | -22/+61 |
2008-04-21 | Make sure we have an event context available | Simo Sorce | 1 | -0/+7 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 8 | -14/+25 |
2008-04-17 | Remove event context tracking from the credentials struct. | Jelmer Vernooij | 1 | -2/+2 |
2008-04-14 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -8/+8 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 2 | -76/+82 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 12 | -23/+66 |
2008-04-04 | Clean up provision and rootdse module to hard-code less stuff. | Andrew Bartlett | 1 | -0/+8 |
2008-04-02 | Reduce the number of installed headers. | Jelmer Vernooij | 1 | -2/+2 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 4 | -11/+12 |
2008-03-29 | Fix more valgrind issues. | Andrew Bartlett | 2 | -2/+44 |
2008-03-29 | Fix some valgrind issues. | Andrew Bartlett | 1 | -0/+6 |
2008-03-28 | Convert some more files to GPLv3. | Andrew Kroeger | 5 | -8/+2 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 7 | -56/+51 |
2008-03-25 | Remove pointless cast | Andrew Bartlett | 1 | -1/+1 |
2008-03-25 | Remove useless extra argument to samdb_result_account_expires(). | Andrew Bartlett | 1 | -3/+2 |
2008-03-20 | More kludge ACLs! | Andrew Bartlett | 1 | -36/+9 |
2008-03-19 | Indent | Andrew Bartlett | 1 | -1/+2 |
2008-03-14 | Allow more 'domain' objects when looking for a unqiue SID. | Andrew Bartlett | 1 | -2/+2 |
2008-03-13 | Don't use 'dn', this attribute does not exist with the LDAP backend, | Andrew Bartlett | 1 | -1/+1 |
2008-03-13 | Bail out, rather than segfault on no domain sid. | Andrew Bartlett | 1 | -2/+3 |
2008-03-13 | Correctly normalise records against OpenLDAP. | Andrew Bartlett | 1 | -1/+1 |
2008-03-13 | Don't search the whole tree for the domains's sid | Andrew Bartlett | 1 | -4/+18 |
2008-03-13 | Rework to have member server 'domains' be CN=NETBIOSNAME | Andrew Bartlett | 2 | -2/+2 |
2008-03-13 | Don't segfault on invalid objectClass input. | Andrew Bartlett | 1 | -6/+13 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-07 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 3 | -8/+40 |
2008-03-07 | Treat maxPwdAge == 0 as passwords never expire. | Andrew Kroeger | 1 | -1/+1 |
2008-03-07 | Add samdb_result_account_expires() function. | Andrew Kroeger | 1 | -0/+24 |
2008-03-06 | Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again). | Andrew Bartlett | 2 | -7/+15 |
2008-03-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2 | -2/+10 |
2008-03-04 | The DN in objectCategory should, if possible, be returned pretty... | Andrew Bartlett | 2 | -2/+10 |
2008-03-04 | Deal with subsystems with no settings, several other minor fixes. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 2 | -79/+74 |
2008-02-29 | Change remaining prototype headers to be private. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -4/+8 |
2008-02-29 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2 | -42/+128 |
2008-02-29 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-29 | Simplify the 'password must change' logic | Andrew Bartlett | 1 | -22/+17 |
2008-02-28 | Generate ACB_PW_EXPIRED correctly | Andrew Bartlett | 1 | -4/+30 |
2008-02-28 | Users and computers now share the same template. | Andrew Bartlett | 1 | -35/+100 |
2008-02-26 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -2/+6 |
2008-02-25 | Remove public prototype headers. Generating both public and private prototype... | Jelmer Vernooij | 1 | -3/+3 |
2008-02-25 | Fix use of realpath, fix init functions for ldb. | Jelmer Vernooij | 1 | -27/+27 |
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 25 | -56/+53 |
2008-02-20 | Use struct-based rather than function-based initialization for ldb modules ev... | Jelmer Vernooij | 27 | -205/+33 |
2008-02-19 | Fix accidently introduced bug - thanks metze. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-19 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 1 | -0/+1 |