summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-ipv6: allow ipv6 to be enabled/disabled in smb.confAndrew Tridgell2011-06-061-11/+20
* s4-gpo: fixed display of GPO version numbersAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: the wins replication server can only handle IPv4Andrew Tridgell2011-06-061-0/+3
* s4-webserver: fixed a talloc reference error on startup failureAndrew Tridgell2011-06-062-3/+4
* s4-ipv6: only listen on V4 addresses in the NBT serverAndrew Tridgell2011-06-061-5/+12
* s4-ipv6: use "ip" instead of "ipv4" for serversAndrew Tridgell2011-06-064-7/+7
* s4-ipv6: use iface_list_wildcard() to listen on IPv6Andrew Tridgell2011-06-067-36/+89
* s4-ipv6: fixed stream_setup_socket() to handle IPv6Andrew Tridgell2011-06-061-18/+27
* s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLYAndrew Tridgell2011-06-061-4/+24
* s4-ipv6: added socket_address_from_sockaddr_storage()Andrew Tridgell2011-06-062-0/+48
* s4-ipv6: added ipv4 functions to interface codeAndrew Tridgell2011-06-061-0/+32
* s4-ipv6: fixed a warningAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: allow IPv6 addresses in our interfaces listAndrew Tridgell2011-06-061-5/+0
* s4-ipv6: changed the default "socket address"Andrew Tridgell2011-06-061-1/+1
* s4-ipv6: added iface_list_wildcard()Andrew Tridgell2011-06-062-1/+29
* Make samba4.drs.fsmo.python knownfailVolker Lendecke2011-06-041-0/+1
* samba3sam.py: don't assume order of ldb results.Rusty Russell2011-06-021-142/+164
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-014-4/+4
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-2/+1
* samba-tool: improved error handling in user setexpiryAndrew Tridgell2011-06-012-1/+9
* samba-tool: improved user enable error handlingAndrew Tridgell2011-06-012-1/+8
* s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user>Theresa Halloran2011-06-014-74/+41
* s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.Theresa Halloran2011-06-014-64/+45
* librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_stringSean Finney2011-06-013-1/+201
* libcli/util Remove ntstatus_check_dos_mappingAndrew Bartlett2011-05-312-37/+0
* s4-libcli Merge error map order with source3 errmap_unix.cAndrew Bartlett2011-05-311-26/+28
* heimdal: Remove getprogname and setprogname from the heimdal importAndrew Bartlett2011-05-312-139/+0
* heimdal_build: Don't use heimdal's getprogname() and setprogname()Andrew Bartlett2011-05-312-6/+17
* s4:torture: fix SEGFAULT in raw.acl.dynamicGregor Beck2011-05-301-7/+8
* s4:samldb LDB module - check if the RODC group exists if creating an RODCMatthias Dieter Wallnöfer2011-05-251-13/+43
* s4:samldb LDB module - better to call "samldb_prim_group_trigger"Matthias Dieter Wallnöfer2011-05-251-1/+1
* s4:samldb LDB module - convert a "dsdb_module_search" into "dsdb_module_searc...Matthias Dieter Wallnöfer2011-05-251-5/+2
* s4:sam.py - uncomment/enhance some account type testsMatthias Dieter Wallnöfer2011-05-251-30/+48
* s4:samldb LDB modules - only objectClass "computer" is allowed to embed all t...Matthias Dieter Wallnöfer2011-05-251-3/+33
* s4:sam.py - tests for "isCriticalSystemObject" attributeMatthias Dieter Wallnöfer2011-05-251-0/+132
* s4:samldb LDB module - fix "isCriticalSystemObject" behaviourMatthias Dieter Wallnöfer2011-05-251-3/+22
* s4:sam.py - unchanged "primaryGroupID" when account type remains the sameMatthias Dieter Wallnöfer2011-05-251-0/+38
* s4:samldb LDB module - fix the behaviour when changing the "userAccountControl"Matthias Dieter Wallnöfer2011-05-251-14/+31
* s4-provision Use correct tkey-gssapi-credentialAndrew Bartlett2011-05-252-2/+4
* selftest: Make knowfail/skip files consistent, always use ^prefixAndrew Bartlett2011-05-251-80/+80
* s4:sam.py - add tests to check that setting "userAccountValue" on usersdon't ...Matthieu Patou2011-05-211-2/+40
* s4:samldb LDB module - don't change the "primaryGroupId" on LDB modifications...Matthieu Patou2011-05-211-1/+16
* s4:lsa RPC server - handle LDB flags as "unsigned"Matthias Dieter Wallnöfer2011-05-211-1/+1
* s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as u...Matthias Dieter Wallnöfer2011-05-213-7/+7
* ldb:pyldb.c - all flags should be unsignedMatthias Dieter Wallnöfer2011-05-211-10/+10
* ldb:ldb_sqlite3.c - all LDB flags should be handled as "unsigned"Matthias Dieter Wallnöfer2011-05-211-2/+3
* ldb:tools/cmdline.c + tools/ldbtest.c - the connection flags are typed as "un...Matthias Dieter Wallnöfer2011-05-212-2/+2
* ldb:ldbtest.c - make more use of LDB constantsMatthias Dieter Wallnöfer2011-05-211-4/+4
* s4:torture - always cast correctly when using the "%x" format string argumentMatthias Dieter Wallnöfer2011-05-212-6/+6
* s4:auth/ntlmssp/ntlmssp_server.c - add "const" in front of "dnsdomain"Matthias Dieter Wallnöfer2011-05-211-1/+1