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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-12
pidl: Remove support for the "declare" keyword in the parser.
Jelmer Vernooij
2
-1204
/
+1060
2008-01-11
pidl: Remove multiple copies of get_pointer_of and get_value_of.
Jelmer Vernooij
3
-48
/
+42
2008-01-11
python: Fix typo.
Jelmer Vernooij
1
-2
/
+2
2008-01-11
Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5...
Jelmer Vernooij
3
-12
/
+12
2008-01-11
wbinfo: Handle SID_NAME_COMPUTER in sid_type_lookup
Kai Blin
1
-0
/
+1
2008-01-11
libnet: Fix includes to silence a warning
Kai Blin
1
-0
/
+4
2008-01-11
libnet: Rename a variable so it does not shadow a global.
Kai Blin
1
-4
/
+5
2008-01-11
ejs: Remove cast to incompatible pointer.
Kai Blin
1
-4
/
+4
2008-01-11
gentest: Fix a warning.
Kai Blin
1
-1
/
+3
2008-01-11
ldb: Get rid of a warning.
Kai Blin
1
-1
/
+1
2008-01-11
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
8
-345
/
+410
2008-01-11
Use 'dn' less, as this is not a valid attribute in AD, and I want to
Andrew Bartlett
1
-4
/
+4
2008-01-11
Remove 'dn' from mapping, it isn't a valid attribute in AD, and causes
Andrew Bartlett
2
-19
/
+1
2008-01-11
Python: Update STATUS.
Jelmer Vernooij
1
-1
/
+1
2008-01-11
ldap/python: Fix last tests.
Jelmer Vernooij
1
-60
/
+53
2008-01-11
ldb/python: Support comparing Dn's to strings.
Jelmer Vernooij
3
-0
/
+19
2008-01-11
python/ldap: Fix a couple more tests.
Jelmer Vernooij
1
-18
/
+18
2008-01-11
Make a few more tests pass.
Jelmer Vernooij
1
-129
/
+115
2008-01-11
python/ldap: Get further.
Jelmer Vernooij
2
-3
/
+5
2008-01-11
python/ldap: Fix some tests.
Jelmer Vernooij
1
-9
/
+15
2008-01-11
python: More work getting the LDAP test to compile again.
Jelmer Vernooij
2
-37
/
+24
2008-01-11
python: Specify right arguments for the ldap test, fix some more calls.
Jelmer Vernooij
2
-38
/
+31
2008-01-11
ldap/python: Fix some more calls.
Jelmer Vernooij
1
-74
/
+47
2008-01-11
python: No longer skip LDAP tests.
Jelmer Vernooij
1
-1
/
+0
2008-01-11
python/ldap: Support controls argument to ldb.search().
Jelmer Vernooij
4
-55
/
+162
2008-01-11
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
4
-35
/
+246
2008-01-11
Rework ldbsearch to avoid segfault when remote LDAP server returns
Andrew Bartlett
1
-12
/
+10
2008-01-11
Fix segfault when sorting LDAP replies on the client.
Andrew Bartlett
1
-2
/
+2
2008-01-11
python/ldap: Wrap parse_control_strings().
Jelmer Vernooij
4
-25
/
+114
2008-01-11
ldb/python: Allow comparing a MessageElement to a list or a singleton.
Jelmer Vernooij
3
-10
/
+22
2008-01-11
ldb/python: Implement __len__ for MessageElement.
Jelmer Vernooij
4
-0
/
+37
2008-01-11
python/ldb: Add __getitem__ implementation for LdbMessageElement.
Jelmer Vernooij
4
-0
/
+73
2008-01-11
Add in new module to normalise DNs being returned from OpenLDAP. This
Andrew Bartlett
3
-2
/
+181
2008-01-11
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
2
-0
/
+25
2008-01-11
Make Samba4 and Fedora DS happier
Andrew Bartlett
3
-0
/
+24
2008-01-10
Ignore compiled Python files.
Jelmer Vernooij
1
-0
/
+1
2008-01-10
Update ignore list.
Jelmer Vernooij
1
-0
/
+12
2008-01-10
tdb: Add simple reimplementation of tdbdump in Python as an example of the td...
Jelmer Vernooij
1
-0
/
+12
2008-01-11
Merge commit 'origin/v4-0-test' into 4-0-local
Andrew Bartlett
14
-193
/
+256
2008-01-11
Return 'not implemented' on more RPCs. (easy way to 'pass' the
Andrew Bartlett
1
-2
/
+7
2008-01-11
Native move servers will refuse these SamSync operations, so don't
Andrew Bartlett
1
-0
/
+9
2008-01-10
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
3
-81
/
+32
2008-01-10
pidl: Fix samba3-cli test after Günthers formatting fixes.
Jelmer Vernooij
1
-25
/
+44
2008-01-10
Revert "Set -test in the vendor version"
Stefan Metzmacher
1
-1
/
+1
2008-01-10
Set -test in the vendor version
Stefan Metzmacher
1
-1
/
+1
2008-01-10
prepare the mkversion.sh infrastructure for git branches in the build-farm
Stefan Metzmacher
3
-81
/
+32
2008-01-10
python: Update STATUS.
Jelmer Vernooij
1
-4
/
+4
2008-01-10
r26701: ldb: Build and install python modules when possible.
Jelmer Vernooij
2
-7
/
+34
2008-01-10
r26700: tdb: Build and install Python bindings when possible.
Jelmer Vernooij
4
-42
/
+68
2008-01-09
r26699: Some minor cosmetics for pidl samba3 server code.
Günther Deschner
1
-18
/
+20
[next]