index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
samdb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
2013-03-02
1
-886
/
+0
*
s4:scripting/python: add support for utf-8 passwords from the command line
Stefan Metzmacher
2013-02-04
1
-1
/
+2
*
Set RFC2307 attributes in samba-tool create
Alexander Wuerstlein
2012-10-18
1
-1
/
+25
*
s4-python: Formatting fixes, break lines.
Jelmer Vernooij
2012-09-16
1
-1
/
+0
*
s4-dsdb: Explain better what records are written during schema set
Andrew Bartlett
2012-08-10
1
-4
/
+4
*
s4-pydsdb: Provide control of if we should write index attributes when reload...
Andrew Bartlett
2012-08-09
1
-4
/
+4
*
pydsdb: Add bindings for dsdb_wellknown_dn()
Andrew Bartlett
2012-07-06
1
-0
/
+3
*
s4-pydsdb: Add bindings for dsdb_find_nc_root()
Andrew Bartlett
2012-07-06
1
-0
/
+3
*
samba-tool: Fix indentation
Amitay Isaacs
2012-07-03
1
-2
/
+2
*
samdb: Accept a list of member variables rather than a comma-separated string.
Jelmer Vernooij
2012-06-21
1
-4
/
+3
*
LDB/s4 - do not use the "(dn=...)" syntax on filters anymore
Matthias Dieter Wallnöfer
2012-03-26
1
-3
/
+3
*
s4-python: Remove env from non-executable samba scripts.
Andreas Schneider
2012-03-13
1
-2
/
+0
*
samba.samdb: Fix formatting of arguments in docstring.
Jelmer Vernooij
2012-03-10
1
-4
/
+4
*
Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4
Jelmer Vernooij
2012-02-25
1
-7
/
+7
*
pydsdb: provide a am_pdc hook like am_rodc to python scripts
Andrew Bartlett
2011-12-07
1
-0
/
+4
*
s4-python: factorize the definition of get_dsServiceName
Matthieu Patou
2011-12-05
1
-0
/
+10
*
s4-samdb: seqence_number() operation must be in a transaction
Amitay Isaacs
2011-11-29
1
-0
/
+14
*
samba-tool: Don't set UF_PASSWD_NOTREQD flag on "user disable"
Giampaolo Lauria
2011-11-15
1
-1
/
+1
*
samba-tool: Added new "user disable" command
Giampaolo Lauria
2011-11-10
1
-0
/
+10
*
samba-tool: Improve "delegation" command error handling
Giampaolo Lauria
2011-11-03
1
-4
/
+6
*
s4-samdb: added a few function comments for pydoc
Andrew Tridgell
2011-09-05
1
-0
/
+3
*
s4-samdb: added host_dns_name(), domain_dns_name() and forest_dns_name()
Andrew Tridgell
2011-08-25
1
-0
/
+15
*
s4-samdb: added deleteuser() to samdb
Andrew Tridgell
2011-08-18
1
-0
/
+23
*
s4-samdb: support relative paths in SamDB() connect
Andrew Tridgell
2011-08-09
1
-1
/
+2
*
pysamdb: move normalise_int32() to common module
Andrew Tridgell
2011-08-09
1
-7
/
+2
*
s4-samdb: save the url in the samdb class
Andrew Tridgell
2011-08-04
1
-0
/
+3
*
samba-tool: use ldb.binary_encode() on search expression elements
Andrew Tridgell
2011-07-29
1
-4
/
+6
*
pydsdb: added get_backlink_from_lDAPDisplayName()
Andrew Tridgell
2011-07-13
1
-0
/
+5
*
dsdb: added get_lDAPDisplayName_by_attid
Andrew Tridgell
2011-07-11
1
-0
/
+4
*
s4-python: Add functions to get linkid and systemflags of an attribute
Matthieu Patou
2011-07-11
1
-0
/
+8
*
s4:python/samba/samdb: add toggle_userAccountFlags() helper function
Stefan Metzmacher
2011-06-24
1
-10
/
+35
*
pydsdb: added get_syntax_oid_from_lDAPDisplayName()
Andrew Tridgell
2011-06-22
1
-0
/
+5
*
s4-pysamdb: fixed the normalisation of grouptype in group add
Andrew Tridgell
2011-06-17
1
-1
/
+7
*
s4-pydsdb: added dsdb_normalise_attributes() call
Andrew Tridgell
2011-06-17
1
-0
/
+5
*
s4-param Remove 'sam database' parameter
Andrew Bartlett
2011-06-06
1
-1
/
+1
*
samba-tool: improved error handling in user setexpiry
Andrew Tridgell
2011-06-01
1
-0
/
+4
*
samba-tool: improved user enable error handling
Andrew Tridgell
2011-06-01
1
-0
/
+2
*
s4:password_hash LDB module - allow empty ("") passwords
Matthias Dieter Wallnöfer
2010-12-02
1
-0
/
+30
*
s4-samdb: give a better exception if multiple users match in password change
Andrew Tridgell
2010-11-29
1
-1
/
+2
*
s4-samba-tool: fixed exception handling in subcommands
Andrew Tridgell
2010-11-29
1
-5
/
+5
*
s4-python: Some reformatting for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
1
-13
/
+18
*
s4-python: Fix formatting of docstrings for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
1
-52
/
+57
*
s4-tests: Modified create_ou to only accept security.descriptor type for sd t...
Nadezhda Ivanova
2010-11-25
1
-9
/
+3
*
s4-dsdb: Switched to using a dictionary in create_ou for consistency.
Nadezhda Ivanova
2010-11-25
1
-4
/
+2
*
s4-dsdb: Fixed wrong assignment of name attribute to description atribute in ...
Nadezhda Ivanova
2010-11-25
1
-1
/
+1
*
s4-dsdb: Extended samdb.newgroup to set the group's security descriptor.
Nadezhda Ivanova
2010-11-24
1
-1
/
+5
*
s4-dsdb: Changed filter to find the account of a user by samAccountName
Nadezhda Ivanova
2010-11-23
1
-2
/
+1
*
s4-dsdb: Extended samdb.newuser to accept security descriptor for the object ...
Nadezhda Ivanova
2010-11-23
1
-3
/
+9
*
s4-dsdb: Added a python method to SamDB for creating organizationalUnits
Nadezhda Ivanova
2010-11-23
1
-1
/
+29
*
s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDB
Nadezhda Ivanova
2010-11-23
1
-0
/
+24
[next]