summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-0917-19/+18
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-0940-99/+98
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-09114-229/+228
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-0947-82/+81
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-0984-183/+182
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-0951-109/+108
* s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett2011-06-093-131/+0
* s4:rpc_server/dcesrv_samr.c - quiet enum warningsMatthias Dieter Wallnöfer2011-06-091-0/+6
* s4:ntvfs subsystem - quiet enum warningsMatthias Dieter Wallnöfer2011-06-094-27/+11
* s4:libnet/libnet_rpc.c - quiet an enum warningMatthias Dieter Wallnöfer2011-06-091-0/+4
* s4:winbind/wb_samba3_protocol.c - quiet enum warningMatthias Dieter Wallnöfer2011-06-091-22/+3
* s4:schema_convert_to_ol.c - fix memory contextsMatthias Dieter Wallnöfer2011-06-091-3/+13
* s4:dsdb/schema_convert_to_ol.c - quiet enum warningMatthias Dieter Wallnöfer2011-06-091-0/+9
* s4:auth/ntlm/auth.c - fix incompatible pointer type warningMatthias Dieter Wallnöfer2011-06-091-2/+2
* s3:auth/auth_samba4.c - remove unused variableMatthias Dieter Wallnöfer2011-06-091-1/+0
* s3:passdb/pdb_samba4.c - remove unused variableMatthias Dieter Wallnöfer2011-06-091-1/+0
* s4:smbd/server.c - quiet "time_t" format string warnings by castsMatthias Dieter Wallnöfer2011-06-091-2/+4
* s3:passdb/pdb_samba4.c - fix a format specifier warningMatthias Dieter Wallnöfer2011-06-091-1/+1
* s4:librpc/rpc/dcerpc.c - janitorial: use "void" for functions without argumentsMatthias Dieter Wallnöfer2011-06-091-1/+1
* ldb:ldb_msg.c - move away from "errno"Matthias Dieter Wallnöfer2011-06-091-3/+0
* samba-tool: added --local option to drs replicate commandAndrew Tridgell2011-06-091-1/+39
* s4-ipv6: don't default to 127.0.0.1 in provisionAndrew Tridgell2011-06-091-5/+8
* Ensure when creating a directory, if we make any changes due to inheritance p...Jeremy Allison2011-06-091-0/+12
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-3/+2
* s3:selftest: add a few more raw.* testsStefan Metzmacher2011-06-081-1/+3
* s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZEStefan Metzmacher2011-06-081-6/+6
* s3:libsmb:cli_np_tstream: use dynamic talloc buffersStefan Metzmacher2011-06-081-9/+30
* s3-winbind: always use samlogon cache for wbinfo -r, even when caching isGünther Deschner2011-06-081-4/+0
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-085-3/+17
* s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...Günther Deschner2011-06-081-0/+4
* tdb: enable VALGRIND to remove valgrind noise.Rusty Russell2011-06-081-35/+0
* s4-ipv6: fill in pdc_ip in DsRGetDCNameEx2Andrew Tridgell2011-06-081-3/+12
* s4-wins: ensure we only use IPv4 for WINS ownerAndrew Tridgell2011-06-082-2/+2
* s4-interface: raise the debug level for interface discoveryAndrew Tridgell2011-06-081-3/+3
* s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handlerAndrew Bartlett2011-06-081-0/+59
* s4-credentials Don't use expired Kerberos or GSSAPI credentialsAndrew Bartlett2011-06-081-4/+57
* s4-credentials Allow use of file-based credentials caches for debugging.Andrew Bartlett2011-06-081-3/+9
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-17/+43
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison2011-06-071-4/+17
* s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ...Stefan Metzmacher2011-06-071-2/+17
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-071-0/+8
* s3:docs: fix the example in the idmap_autorid manpage to use "idmap config * ...Michael Adam2011-06-071-1/+1
* s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...Michael Adam2011-06-071-1/+9
* s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()Michael Adam2011-06-071-5/+6
* s4-cldap: fixed the CLDAP response for IPv6 clientsAndrew Tridgell2011-06-071-6/+8
* s4-ipv6: fixed a crash in the IPv6 DNS codeAndrew Tridgell2011-06-071-1/+1
* s4-dns: fixed samba_tool -> samba-toolAndrew Tridgell2011-06-071-1/+1
* s4-build: install a build link bin/provisionAndrew Tridgell2011-06-071-0/+2