summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-provision: Provision DNS records with correct rankAmitay Isaacs2011-10-201-18/+23
* werror: Added missing DNS error codesAmitay Isaacs2011-10-201-0/+36
* s4-dns: Added support for multiple DNS_RPC_RECORDS structuresAmitay Isaacs2011-10-204-3/+93
* s4-dns: Added more data types for dnsserver implementationAmitay Isaacs2011-10-201-376/+547
* ldb-samba: Added handler to decode dnsProperty attributeAmitay Isaacs2011-10-202-0/+22
* dnsp: Added typedefs to interpret dnsProperty attribute for dnsZone objectclassAmitay Isaacs2011-10-201-3/+123
* s4-test: added test suite for common.py codeAndrew Tridgell2011-10-201-0/+42
* s4-dsdb: moved dsdb_Dn() into common.pyAndrew Tridgell2011-10-202-26/+43
* subunitrun: give more useful helpAndrew Tridgell2011-10-201-2/+25
* Fix a boatload of warnings in the examples.Jeremy Allison2011-10-2015-163/+48
* Fix error return to be NT_STATUS_NOT_A_DIRECTORY.Jeremy Allison2011-10-201-2/+2
* Make use of the "dir_exists" we already have on directory open.Jeremy Allison2011-10-201-8/+28
* dsdb: improve debug messageAndrew Tridgell2011-10-206-11/+10
* s3-waf: make sure we always compile (not install) our libsmbclient testcode.Günther Deschner2011-10-193-0/+88
* s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static thereStefan Metzmacher2011-10-193-14/+13
* s3:libsmb/smb_seal: s/uint16/uint16_tStefan Metzmacher2011-10-192-5/+5
* s3:include: move smb_seal.c prototypes to smb_crypt.hStefan Metzmacher2011-10-193-9/+10
* s3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffer staticStefan Metzmacher2011-10-192-7/+2
* s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macrosStefan Metzmacher2011-10-191-6/+0
* s4:smb_server/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher2011-10-191-1/+1
* s4:smb_server/smb: make use of _smb_setlen_nbt()Stefan Metzmacher2011-10-191-1/+1
* s4:libcli/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher2011-10-191-2/+2
* s4:libcli/raw: make use of _smb_setlen_nbt()Stefan Metzmacher2011-10-192-2/+2
* s4:lib/stream: make use of smb_len_tcp()Stefan Metzmacher2011-10-191-1/+7
* s3:include: use smb_[set]len_[nbt|tcp]() macrosStefan Metzmacher2011-10-191-4/+4
* libcli/smb: add smb_[set]len_[nbt|tcp]() macrosStefan Metzmacher2011-10-191-0/+6
* s3: remove duplicate fsctl fn definitionsDavid Disseldorp2011-10-192-13/+2
* libcli: Move smb2 fsctl fn defs into common codeDavid Disseldorp2011-10-191-1/+14
* s3: Remove duplicate fsctl function definitionsDavid Disseldorp2011-10-195-52/+2
* libcli: move ioctl function field defs to smb_constantsDavid Disseldorp2011-10-1910-67/+46
* s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...Andrew Bartlett2011-10-193-18/+18
* s4-s3-upgrade fix format string for secrets.tdb exceptionAndrew Bartlett2011-10-191-1/+1
* s4-s3-upgrade test upgrade without a wins.datAndrew Bartlett2011-10-191-0/+3
* s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.datAndrew Bartlett2011-10-191-1/+10
* s4-smb_server do not set credentials on gensec twiceAndrew Bartlett2011-10-191-4/+0
* build: added deletion of stale .so and .o filesAndrew Tridgell2011-10-191-2/+16
* samba.getopt: Add some basic tests.Jelmer Vernooij2011-10-192-0/+58
* samba.getopt: Keep exception message when setting a lp option fails.Jelmer Vernooij2011-10-191-4/+5
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-4/+5
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-1/+5
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-2/+1
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-0/+3
* s3-docs: Add a clarification note for nss_info primary group membership calcu...Günther Deschner2011-10-192-1/+5
* s3-docs: Document Services for Unix 2.0 (sfu20) nss_info ldap schema support.Günther Deschner2011-10-192-3/+6
* s3: Avoid a winbind 100% cpu loopVolker Lendecke2011-10-191-0/+8
* vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.Jeremy Allison2011-10-191-5/+5
* The last argument to atalk_build_paths() is always false, remove it.Jeremy Allison2011-10-181-12/+9
* lib/util: skip single hex digit at the end of the input sting - fix potential...Michael Adam2011-10-181-1/+2
* lib/util: fix function header comment to strhex_to_str()Michael Adam2011-10-181-9/+8
* lib/util: untangle assignent from check in strhex_to_str()Michael Adam2011-10-181-2/+6