index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-13
Fix copy & paste typo in function prototype.
Michael Adam
1
-1
/
+1
2008-02-13
Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.
Michael Adam
2
-2
/
+2
2008-02-13
Make sure talloc.so is build before installing.
Jelmer Vernooij
1
-2
/
+2
2008-02-13
Fix out of tree builds.
Jelmer Vernooij
1
-2
/
+2
2008-02-13
Split actual content out of talloc Makefile into talloc.mk.
Jelmer Vernooij
2
-37
/
+42
2008-02-13
Split rules.mk out of Makefile.
Jelmer Vernooij
2
-27
/
+31
2008-02-13
Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.
Michael Adam
1
-1
/
+1
2008-02-13
build: Remove support for DESCRIPTION setting that is now unused.
Jelmer Vernooij
2
-2
/
+0
2008-02-13
talloc/tdb: Use manually written pc file.
Jelmer Vernooij
2
-0
/
+2
2008-02-13
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
1
-1
/
+1
2008-02-13
r26454: Add simple SWIG macro for wrapping talloced types.
Jelmer Vernooij
1
-0
/
+7
2008-02-13
r26292: Make sure swig directory exists.
Jelmer Vernooij
1
-0
/
+1
2008-02-13
r26280: Fix installation if swig is not available.
Jelmer Vernooij
1
-1
/
+1
2008-02-13
r26276: Install SWIG files if swig is present.
Jelmer Vernooij
1
-0
/
+1
2008-02-13
r26197: Add bindings for libsecurity.
Jelmer Vernooij
2
-9
/
+2
2008-02-13
r26187: Fix module name, indentation.
Jelmer Vernooij
1
-0
/
+2
2008-02-13
r26072: Import trivial SWIG wrapper for talloc.
Jelmer Vernooij
1
-0
/
+24
2008-02-13
r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS
Stefan Metzmacher
2
-2
/
+2
2008-02-13
r25973: talloc: fix usage of SONAMEFLAG
Stefan Metzmacher
1
-2
/
+1
2008-02-13
r25953: AIX make doesn't support $^.
Jelmer Vernooij
2
-2
/
+2
2008-02-13
r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...
Jelmer Vernooij
3
-2
/
+6
2008-02-13
r25884: Specify shldflags first, as required by some compilers.
Jelmer Vernooij
1
-1
/
+1
2008-02-13
r25882: Build shared library of talloc as well.
Jelmer Vernooij
2
-2
/
+22
2008-02-13
Fix the build of winbindd, sorry.
Günther Deschner
1
-5
/
+3
2008-02-13
Remove unused marshalling for LSA_ENUM_TRUST_DOM.
Günther Deschner
3
-273
/
+0
2008-02-13
Use rpccli_lsa_EnumTrustDom all over the place.
Günther Deschner
4
-43
/
+75
2008-02-13
Use pidl for _lsa_EnumTrustDom()
Günther Deschner
2
-42
/
+31
2008-02-13
Re-run make idl.
Günther Deschner
2
-4
/
+4
2008-02-13
Fix IDL for lsa_EnumTrustDom.
Günther Deschner
1
-3
/
+3
2008-02-12
Collect all init_lsa_string varients in one place.
Günther Deschner
13
-83
/
+51
2008-02-12
Re-add support for samr_QueryDisplayInfo2/samr_QueryDisplayInfo3.
Günther Deschner
1
-20
/
+44
2008-02-12
Add querydispinfo2 and querydispinfo3 to rpcclient.
Günther Deschner
1
-15
/
+75
2008-02-12
The final SAM_USER_INFO massacre.
Günther Deschner
3
-1982
/
+0
2008-02-12
Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().
Günther Deschner
3
-66
/
+141
2008-02-12
Remove unused marshalling for SAMR_SET_USERINFO2.
Günther Deschner
3
-147
/
+0
2008-02-12
Remove all callers of rpccli_samr_setuserinfo2 and replace with
Günther Deschner
4
-77
/
+56
2008-02-12
Remove unused marshalling for SAMR_QUERY_USERINFO.
Günther Deschner
3
-146
/
+0
2008-02-12
Use every
Günther Deschner
2
-7
/
+14
2008-02-12
Use rpccli_samr_QueryUserInfo in net and winbindd.
Günther Deschner
3
-54
/
+59
2008-02-12
Use rpccli_samr_QueryUserInfo() in rpcclient.
Günther Deschner
1
-70
/
+46
2008-02-12
w00t! SAMR server-side conversion to pidl is finished.
Günther Deschner
4
-569
/
+4
2008-02-12
Use pidl for _samr_QueryUserInfo.
Günther Deschner
3
-116
/
+373
2008-02-12
Add get_logon_hours_from_pdb() (inspired by samba4).
Günther Deschner
1
-0
/
+23
2008-02-12
Merge _samr_SetUserInfo and _samr_SetUserInfo2 into one call.
Günther Deschner
1
-180
/
+107
2008-02-12
Document that we were mixing up opcodes for SAMR_SET_USERINFO/2 all the time.
Günther Deschner
1
-2
/
+2
2008-02-12
Move some samr init functions around (to allow easier identification of new
Günther Deschner
4
-464
/
+485
2008-02-12
Remove unused marshalling for SAMR_ENUM_DOM_USERS.
Günther Deschner
3
-259
/
+0
2008-02-12
Use rpccli_samr_EnumDomainUsers in net and rpcclient.
Günther Deschner
2
-25
/
+33
2008-02-12
Use rpccli_samr_EnumDomainGroups in rpcclient.
Günther Deschner
1
-7
/
+9
2008-02-12
Use rpccli_samr_EnumDomainAliases() in net and rpcclient.
Günther Deschner
2
-34
/
+43
[prev]
[next]